We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db75e8e commit 82f007fCopy full SHA for 82f007f
1 file changed
.github/workflows/codeql.yml
@@ -3,8 +3,15 @@ name: "CodeQL Advanced"
3
on:
4
push:
5
branches: [ "master" ]
6
+ paths:
7
+ - "src/**"
8
+ - ".github/workflows/**"
9
pull_request:
10
+ types: [ opened, reopened, synchronize, ready_for_review ]
11
12
13
14
15
schedule:
16
- cron: '15 22 * * 2'
17
@@ -14,6 +21,7 @@ env:
21
jobs:
22
analyze:
23
name: Analyze (${{ matrix.language }})
24
+ if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
25
runs-on: ${{ matrix.os }}
18
26
permissions:
19
27
security-events: write
0 commit comments