Fixed branch filter
h3rald h3rald@h3rald.com
Thu, 21 Jan 2021 03:13:17 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/release.yml
→
.github/workflows/release.yml
@@ -4,7 +4,7 @@ # Controls when the action will run.
on: # Run only when a new tag is pushed push: - tags: + branches: - 'test-**' # Allows you to run this workflow manually from the Actions tab