We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f2281 commit 348e888Copy full SHA for 348e888
.github/workflows/npm.yml
@@ -57,7 +57,7 @@ jobs:
57
run: ./scripts/npm-pack-testing.sh
58
59
publish:
60
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/v'))
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/3'))
61
name: Publish
62
needs: [build, pack]
63
runs-on: ubuntu-latest
0 commit comments