github/workflows: fix .snyk path pattern

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-09-09 21:17:55 +02:00
parent 14834a340b
commit cb173f7440
+1 -1
View File
@@ -5,8 +5,8 @@ on:
push:
branches: [master]
paths:
- '.snyk'
- '.github/workflows/snyk-monitor.yml'
- '**/.snyk'
- '**/package.json'
- 'yarn.lock'