Skip to content

Commit a219cdb

Browse files
feat(ci): for branches, run security checks only when changes are made (#190)
1 parent 3e02a74 commit a219cdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Security checks
22
on:
33
pull_request:
4+
paths:
5+
- package.json
6+
- yarn.lock
47
push:
58
branches:
69
- main

0 commit comments

Comments
 (0)