Modified branch for testing release workflow
h3rald h3rald@h3rald.com
Thu, 21 Jan 2021 03:09:44 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/release.yml
→
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
# Run only when a new tag is pushed push: tags: - - 'v*.*.*' + - 'test-**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: