Skip to content

Commit 0a551f1

Browse files
authored
update pull request target workflow step (#582)
* update pull request target workflow step * update scan
1 parent 4597f8e commit 0a551f1

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, reopend]
14+
branches:
15+
- "main"
1016

1117
jobs:
1218
check-run:

0 commit comments

Comments
 (0)