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 90dc2bd commit 6f23623Copy full SHA for 6f23623
.github/workflows/npm-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
publish:
21
needs: dry-run
22
- if: github.event.pull_request.merged == true && (github.ref_name == 'main' || github.head_ref == 'main')
+ if: github.event.pull_request.merged == true && github.head_ref == 'main'
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v4
0 commit comments