Skip to content

Commit fd18632

Browse files
committed
Run CodeQL on all the branches
1 parent 39d752f commit fd18632

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ name: CodeQL
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- '**'
67
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [master]
8+
branches:
9+
- master
910
schedule:
1011
- cron: 45 13 * * 6
1112

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1217
jobs:
1318
analyze:
1419
name: Analyze

0 commit comments

Comments
 (0)