We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f1a89 commit 46697dbCopy full SHA for 46697db
1 file changed
.github/workflows/codeql.yml
@@ -16,7 +16,7 @@ name: "CodeQL"
16
17
on:
18
push:
19
- branches: [ "main"
+ branches: [ "main" ]
20
paths:
21
- CMakeLists.txt
22
- 'src/**'
@@ -25,7 +25,7 @@ on:
25
- '!.github/workflows/**'
26
- '.github/workflows/codeql.yml'
27
pull_request:
28
29
30
31
0 commit comments