Skip to content

Commit

Permalink
fix(action): set deploy to run for more changes
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Nov 10, 2022
1 parent d669128 commit f23a392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
paths:
- '*.js'
- 'package.json'
- 'yarn.lock'
- '.github/workflows/publish.yml'
- '.releaserc'
branches:
- 'main'
workflow_dispatch:
Expand Down

0 comments on commit f23a392

Please sign in to comment.