Skip to content

Commit 3aef191

Browse files
authored
Merging CodeQL
Merging CodeQL
2 parents 5e06102 + 254e8b3 commit 3aef191

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
name: "CodeQL"
1313

1414
on:
15+
push:
16+
branches: [ "main" ]
1517
pull_request:
16-
18+
# The branches below must be a subset of the branches above
19+
branches: [ "main" ]
20+
1721
jobs:
1822
analyze:
1923
name: Analyze

0 commit comments

Comments
 (0)