Skip to content

Commit bb6ba8a

Browse files
Update shiftleft.yml
1 parent dfbbb4b commit bb6ba8a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/shiftleft.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
---
21
# This workflow integrates ShiftLeft NG SAST with GitHub
32
# Visit https://docs.shiftleft.io for help
43
name: ShiftLeft
54

65
on:
7-
pull_request:
86
workflow_dispatch:
7+
pull_request:
8+
push:
9+
branches:
10+
- main
11+
- master
912

1013
jobs:
1114
NextGen-Static-Analysis:
@@ -56,4 +59,4 @@ jobs:
5659
env:
5760
SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
5861

59-
62+

0 commit comments

Comments
 (0)