Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@hey.com>2020-11-24 17:56:14 +0300
committerMatt Stratton <matt.stratton@hey.com>2020-11-24 17:56:14 +0300
commitf3575cedaff4174d50e4257f497116062aa45065 (patch)
tree2ea2f167d4baab1ac1a6e68dd18782369f4a5f8f
parenta02504e755a18302d169182e4d59166b358d0f52 (diff)
Update GH action
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ae6cb2e..256f547 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,10 +4,11 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- - $default-branch
+ - master
jobs:
update_release_draft:
+ name: Draft release
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"