Skip to content

Commit fe5ae35

Browse files
committed
Run deploy workflow also on tags
1 parent 3895d36 commit fe5ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
upload:
126126
name: Create release and upload artifacts
127127
runs-on: ubuntu-latest
128-
if: github.ref == 'refs/heads/main'
128+
if: ${{ github.ref == 'refs/heads/main' || startsWith( github.ref, 'refs/tags' ) }}
129129
needs:
130130
- appimage
131131
- windows-portable

0 commit comments

Comments
 (0)