Skip to content

Commit

Permalink
fix(actions): run publish workflow on change to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss authored and diehbria committed Mar 30, 2023
1 parent 16bf9fc commit 11c5dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
branches:
- main
paths:
- 'packages/**'
- 'packages/**'
- '.github/workflows/npm-publish.yml'
jobs:
publish-to-npm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 11c5dfe

Please sign in to comment.