Skip to content

Commit e8862dd

Browse files
authored
release public stable version on tags (#31)
1 parent e8b8b03 commit e8862dd

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
@@ -51,7 +51,7 @@ jobs:
5151
needs:
5252
- windows
5353
- linux
54-
if: success() && github.ref == 'refs/heads/main'
54+
if: success() && startsWith(github.ref, 'refs/tags/')
5555
steps:
5656
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5757
with:

0 commit comments

Comments
 (0)