Skip to content

Commit 67a5147

Browse files
committed
Run githubWorkflowGenerate
1 parent ec0af1f commit 67a5147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
publish:
8080
name: Publish Artifacts
8181
needs: [build]
82-
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master') && (github.actor != 'mergify[bot]')
82+
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master') && (github.actor != 'mergify[bot]')
8383
strategy:
8484
matrix:
8585
os: [ubuntu-latest]

0 commit comments

Comments
 (0)