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 ee034a7 commit 8ebc536Copy full SHA for 8ebc536
1 file changed
.github/workflows/codeql-analysis.yml
@@ -12,6 +12,9 @@ on:
12
paths:
13
- ".github/workflows/codeql-analysis.yml"
14
workflow_dispatch:
15
+ push:
16
+ branches:
17
+ - main
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}
@@ -75,13 +78,13 @@ jobs:
75
78
git config --global --add safe.directory /__w/CCF/CCF
76
79
mkdir build
77
80
cd build
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=OFF ..
81
+ cmake -DCMAKE_BUILD_TYPE=Debug -GNinja -DBUILD_TESTS=OFF ..
82
shell: bash
83
84
- run: |
85
- make -j16
- name: Run Make
86
+ ninja
87
+ name: Run ninja
88
89
- name: Perform CodeQL Analysis
90
uses: github/codeql-action/analyze@v4
0 commit comments