Skip to content

Commit 3e6afd4

Browse files
committed
Only run when the b2 related CI files changes. Instead of any cpp CI file.
1 parent 4a533a8 commit 3e6afd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp_b2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: C++ w/B2
33
on:
44
push:
55
branches: ["main"]
6-
paths: [".github/workflows/cpp_*.yml", "cpp/**"]
6+
paths: [".github/workflows/cpp_b2.yml", "cpp/**"]
77
pull_request:
88
branches: ["main"]
9-
paths: [".github/workflows/cpp_*.yml", "cpp/**"]
9+
paths: [".github/workflows/cpp_b2.yml", "cpp/**"]
1010

1111
jobs:
1212
cpp-matrix:

0 commit comments

Comments
 (0)