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 875af0f commit b3510f8Copy full SHA for b3510f8
.github/workflows/publish.yml
@@ -2,7 +2,6 @@ name: react-charts publish
2
on:
3
push:
4
branches:
5
- - 'master'
6
- 'next'
7
pull_request:
8
@@ -28,7 +27,7 @@ jobs:
28
27
publish-module:
29
name: 'Publish Module to NPM'
30
# needs: test
31
- if: github.ref == 'refs/heads/master' #publish only when merged in master, not on PR
+ if: github.ref == 'refs/heads/next' #publish only when merged in master, not on PR
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v2
0 commit comments