Skip to content

Commit 80b37e9

Browse files
committed
Don't run shiftleft on release branches
We require PRs for those branches so this is already checked in the branch before. The job fails on the release branch but worked in the PR so besides misleading this is also redundant.
1 parent 19909c4 commit 80b37e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/shiftleft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: SL Scan
22

33
on:
44
push:
5+
branches-ignore:
6+
- main
7+
- '[0-9]+.[0-9]+'
58

69
jobs:
710
Scan-Build:

0 commit comments

Comments
 (0)