Skip to content

Commit

Permalink
fix: merged and fix actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
milobluebell committed Jun 9, 2021
1 parent b316142 commit 1c9ca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish:
if: github.event.pull_request.merged == true && github.event.actions
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 1c9ca4f

Please sign in to comment.