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 58025eb commit a07bd8fCopy full SHA for a07bd8f
.github/workflows/test-and-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: npm test
25
26
release:
27
- if: github.event.base_ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
28
runs-on: ubuntu-latest
29
needs: test
30
steps:
0 commit comments