We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c7b4e commit 8cd1c35Copy full SHA for 8cd1c35
.github/workflows/build.yml
@@ -36,6 +36,9 @@ jobs:
36
# Always create release
37
#args: '-p always'
38
39
+ # Causes build to run twice if false
40
+ skip_build: true
41
+
42
# If the commit is tagged with a version (e.g. "v1.0.0"),
43
# release the app after building
44
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments