Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 29, 2020
1 parent 875af0f commit b3510f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: react-charts publish
on:
push:
branches:
- 'master'
- 'next'
pull_request:

Expand All @@ -28,7 +27,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/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 b3510f8

Please sign in to comment.