Skip to content

Commit 0ba3778

Browse files
authored
scan updates (#208)
1 parent 21aaa96 commit 0ba3778

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/scan.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ on:
55
push:
66
branches:
77
- "main"
8+
pull_request:
9+
types: [opened, synchronize, reopened]
10+
branches-ignore:
11+
- main
812
pull_request_target:
9-
types: [opened, synchronize]
13+
types: [opened, synchronize, reopened]
14+
branches:
15+
- main
1016

1117
jobs:
1218
check-run:

0 commit comments

Comments
 (0)