Skip to content

Commit 50498e4

Browse files
committed
Run codeql-analysis pipeline when the file is updated.
1 parent dfc4e64 commit 50498e4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ on:
22
workflow_dispatch:
33
schedule:
44
- cron: 0 6 * * *
5+
push:
6+
branches:
7+
- main
8+
paths:
9+
- '.github/workflows/codeql-analysis.yml'
510

611
name: codeql analysis
712
jobs:
813
scan_linux:
9-
name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
10-
runs-on: ubuntu-latest
14+
name: Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})
15+
runs-on: ubuntu-24.04
1116

1217
strategy:
1318
fail-fast: false

0 commit comments

Comments
 (0)