Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fc3d07

Browse files
author
Jake Champion
authored
Update npm-audit-fix.yml
1 parent 2c14cb4 commit 2fc3d07

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/npm-audit-fix.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: npm audit fix
22

3+
# on:
4+
# schedule:
5+
# - cron: 0 0 * * * # Runs at 00:00 UTC every day
6+
37
on:
4-
schedule:
5-
- cron: 0 0 * * * # Runs at 00:00 UTC every day
8+
push:
9+
branches:
10+
- 'master'
611

712
jobs:
813
run:

0 commit comments

Comments
 (0)