Skip to content

Commit baf45a9

Browse files
authored
BRE-609/workflow-changes (#389)
* update template and repos scan file * scan update * remove outdated scan template
1 parent 2b7bd45 commit baf45a9

File tree

2 files changed

+7
-108
lines changed

2 files changed

+7
-108
lines changed

.github/templates/workflow-templates/scan.yaml

Lines changed: 0 additions & 107 deletions
This file was deleted.

.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)