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 9caa204 commit a90274dCopy full SHA for a90274d
.github/workflows/test-and-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
publish-module:
30
name: 'Publish Module to NPM'
31
needs: test
32
- if: github.ref == 'refs/heads/master' #publish only when merged in master, not on PR
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next' #publish only when merged in master, not on PR
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v2
0 commit comments