Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 18, 2020
1 parent a0e608b commit 9391790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- run: npm ci
- run: npm run validate
npm-release:
#only run this task for version-tagged releases on master
if: startsWith(github.ref, 'refs/tags/v') && github.ref == 'refs/heads/master'
#only run this task for version-tagged releases
if: startsWith(github.ref, 'refs/tags/v')
needs: ci
runs-on: ubuntu-18.04
env:
Expand Down

0 comments on commit 9391790

Please sign in to comment.