Skip to content

Commit

Permalink
kickoff deploy if package-lock.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
flemay committed Mar 10, 2024
1 parent 6a65ee5 commit c903c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'docs/**'
- 'Makefile'
- 'package.json'
- 'yarn.lock'
- 'package-lock.json'
- '.github/workflows/deploy.yml'
schedule:
- cron: '0 6 1 * *'
Expand Down

0 comments on commit c903c7c

Please sign in to comment.