Skip to content

Commit 81e10eb

Browse files
committed
scan updates
1 parent 90c331a commit 81e10eb

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
@@ -7,8 +7,14 @@ on:
77
- "main"
88
- "rc"
99
- "hotfix-rc"
10+
pull_request:
11+
types: [opened, synchronize, reopened]
12+
branches-ignore:
13+
- main
1014
pull_request_target:
11-
types: [opened, synchronize]
15+
types: [opened, synchronize, reopened]
16+
branches:
17+
- "main"
1218

1319
jobs:
1420
check-run:

0 commit comments

Comments
 (0)