File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - ' master'
77 - ' next'
8+ - ' alpha'
89 - ' beta'
910 - ' 1.x'
1011 - ' 2.x'
3637 name : ' Publish Module to NPM'
3738 needs : test
3839 # publish only when merged in master on original repo, not on PR
39- if : github.repository == 'tannerlinsley/react-query' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/2.x')
40+ if : github.repository == 'tannerlinsley/react-query' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/ beta' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/2.x')
4041 runs-on : ubuntu-latest
4142 steps :
4243 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments