File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Analyze changes
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
- pull_request :
7
- # The branches below must be a subset of the branches above
8
- branches : [ master ]
9
6
10
7
# Cancel long-running jobs when a new commit is pushed
11
8
concurrency :
@@ -15,8 +12,6 @@ concurrency:
15
12
jobs :
16
13
codeql :
17
14
name : Analyze changes with GitHub CodeQL
18
- # Don’t run on PR, only when pushing to master
19
- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
20
15
runs-on : ubuntu-latest
21
16
permissions :
22
17
actions : read
61
56
62
57
trivy :
63
58
name : Analyze changes with Trivy
64
- # Don’t run on PR, only when pushing to master
65
- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
66
59
runs-on : ubuntu-latest
67
60
permissions :
68
61
actions : read
You can’t perform that action at this time.
0 commit comments