We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0af1f commit 67a5147Copy full SHA for 67a5147
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
publish:
80
name: Publish Artifacts
81
needs: [build]
82
- if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master') && (github.actor != 'mergify[bot]')
+ if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master') && (github.actor != 'mergify[bot]')
83
strategy:
84
matrix:
85
os: [ubuntu-latest]
0 commit comments