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 b5cad53 commit 22dc48bCopy full SHA for 22dc48b
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
publish:
72
name: Publish Artifacts
73
needs: [build]
74
- if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
+ if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
75
strategy:
76
matrix:
77
os: [ubuntu-latest]
0 commit comments