Skip to content

Commit

Permalink
chore: (on.push)
Browse files Browse the repository at this point in the history
chore: add  (on.workflow_dispatch)
  • Loading branch information
arlac77 committed Feb 5, 2024
1 parent fe434b7 commit 1fc8bd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Update package lock
'on':
schedule:
- cron: 13 8 * * 6
push:
paths:
- package.json
jobs:
update_package_lock:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fc8bd4

Please sign in to comment.