File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 60
60
# Keep the paths below in sync with those in `on-trigger.yml`.
61
61
.github/actions/build-deps/**
62
62
.github/actions/build-test/**
63
+ .github/actions/setup-conan/**
63
64
.github/scripts/strategy-matrix/**
64
65
.github/workflows/build-test.yml
66
+ .github/workflows/reusable-strategy-matrix.yml
65
67
.codecov.yml
66
68
cmake/**
67
69
conan/**
Original file line number Diff line number Diff line change 21
21
# Keep the paths below in sync with those in `on-pr.yml`.
22
22
- " .github/actions/build-deps/**"
23
23
- " .github/actions/build-test/**"
24
+ - " .github/actions/setup-conan/**"
24
25
- " .github/scripts/strategy-matrix/**"
25
26
- " .github/workflows/build-test.yml"
27
+ - " .github/workflows/reusable-strategy-matrix.yml"
26
28
- " .codecov.yml"
27
29
- " cmake/**"
28
30
- " conan/**"
Original file line number Diff line number Diff line change 28
28
- .github/workflows/reusable-strategy-matrix.yml
29
29
30
30
- .github/actions/build-deps/action.yml
31
+ - .github/actions/setup-conan/action.yml
31
32
- " .github/scripts/strategy-matrix/**"
32
33
33
34
- conanfile.py
You can’t perform that action at this time.
0 commit comments