We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38e69d7 + 723d374 commit d7cbac4Copy full SHA for d7cbac4
.github/workflows/dev.yml
@@ -1,4 +1,4 @@
1
-name: Publish Release
+name: Development Build
2
3
on:
4
push:
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Publish Release
5
- branches:
6
- - 'master' # Triggers on pushes to the master branch
+ tags:
+ - 'v*' # Triggers on version tags like v1.0.0
7
8
jobs:
9
build-and-release:
0 commit comments