There was an error while loading. Please reload this page.
1 parent 7997062 commit d06cb3fCopy full SHA for d06cb3f
1 file changed
.github/workflows/cpp-ci.yml
@@ -3,10 +3,17 @@ name: C++ CI
3
on:
4
push:
5
branches: [ main, master ]
6
+ paths:
7
+ - 'cpp/**'
8
+ - 'CMakeLists.txt'
9
+ - '.github/workflows/cpp-ci.yml'
10
pull_request:
11
12
13
14
15
16
workflow_dispatch:
-
17
concurrency:
18
group: cpp-ci-${{ github.workflow }}-${{ github.ref }}
19
cancel-in-progress: true
0 commit comments