Skip to content

Commit bb67e87

Browse files
BRE-609/workflow-changes (#123)
1 parent e5ee26a commit bb67e87

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/scan.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ 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"
18+
19+
permissions: {}
1220

1321
jobs:
1422
check-run:

0 commit comments

Comments
 (0)