Skip to content

Commit

Permalink
build(workflow): add master condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 13, 2020
1 parent f963f86 commit d6989d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
npm test
release:
if: github.event.base_ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: test
steps:
Expand Down

0 comments on commit d6989d3

Please sign in to comment.