We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff8f05 commit a3836e6Copy full SHA for a3836e6
1 file changed
.github/workflows/analyze-changes.yaml
@@ -3,9 +3,6 @@ name: Analyze changes
3
on:
4
push:
5
branches: [ master ]
6
- pull_request:
7
- # The branches below must be a subset of the branches above
8
- branches: [ master ]
9
10
# Cancel long-running jobs when a new commit is pushed
11
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
runs-on: ubuntu-latest
21
permissions:
22
actions: read
@@ -61,8 +56,6 @@ jobs:
61
56
62
57
trivy:
63
58
name: Analyze changes with Trivy
64
65
66
59
67
60
68
0 commit comments