Skip to content

Commit 662ddc9

Browse files
committed
ci: Allow running release workflow for tags too
1 parent 946bf71 commit 662ddc9

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
@@ -80,7 +80,7 @@ jobs:
8080
- build-windows
8181
- build-linux
8282
runs-on: ubuntu-latest
83-
if: github.ref_name == 'main'
83+
if: contains(github.ref, 'refs/tags/')
8484
steps:
8585

8686
- name: Download Artifacts

0 commit comments

Comments
 (0)