Skip to content

Commit a90274d

Browse files
committed
Update test-and-publish.yml
1 parent 9caa204 commit a90274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish-module:
3030
name: 'Publish Module to NPM'
3131
needs: test
32-
if: github.ref == 'refs/heads/master' #publish only when merged in master, not on PR
32+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next' #publish only when merged in master, not on PR
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)