Skip to content

Commit 8cd1c35

Browse files
authored
Update build.yml
1 parent 06c7b4e commit 8cd1c35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# Always create release
3737
#args: '-p always'
3838

39+
# Causes build to run twice if false
40+
skip_build: true
41+
3942
# If the commit is tagged with a version (e.g. "v1.0.0"),
4043
# release the app after building
4144
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)