Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
o0shojo0o authored Mar 21, 2021
1 parent 6ac35fd commit d455124
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
jobs:
# Deploys the final package to NPM (only if commit includes a version tag !
deploy:

# Trigger this step only when a commit on master is tagged with a version number
if: |
github.event_name == 'push' &&
github.event.base_ref == 'refs/heads/master' &&
startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit d455124

Please sign in to comment.