We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e38d82 + 92fb218 commit 6e4f76dCopy full SHA for 6e4f76d
.github/workflows/test-publish.yaml
@@ -84,7 +84,7 @@ jobs:
84
contents: read
85
id-token: write
86
runs-on: ubuntu-latest
87
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
88
steps:
89
- uses: actions/checkout@v5
90
- uses: actions/setup-node@v5
0 commit comments