Skip to content

Commit ec89a2b

Browse files
authored
update audit workflow to only run when lockfile is changed (#6132)
1 parent 782a8e1 commit ec89a2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- yarn.lock
77
push:
88
branches: [master]
9+
paths:
10+
- yarn.lock
911
schedule:
1012
- cron: 0 4 * * *
1113

0 commit comments

Comments
 (0)