Skip to content

Commit

Permalink
Update test-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 17, 2020
1 parent 9caa204 commit a90274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
publish-module:
name: 'Publish Module to NPM'
needs: test
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a90274d

Please sign in to comment.