Skip to content

Commit

Permalink
run tests on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Apr 11, 2024
1 parent 71b565a commit 70bbec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
Expand Down

0 comments on commit 70bbec2

Please sign in to comment.