Skip to content

Commit fa6a050

Browse files
committed
Run deploy workflow also on tags
1 parent a1f5c28 commit fa6a050

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
@@ -117,7 +117,7 @@ jobs:
117117
upload:
118118
name: Create release and upload artifacts
119119
runs-on: ubuntu-latest
120-
if: github.ref == 'refs/heads/main'
120+
if: ${{ github.ref == 'refs/heads/main' || startsWith( github.ref, 'refs/tags' ) }}
121121
needs:
122122
- appimage
123123
- windows-portable

0 commit comments

Comments
 (0)