Skip to content

Commit a77cf9e

Browse files
committed
ci(build): include more paths in the pipeline's triggering conditions
Signed-off-by: k4yt3x <i@k4yt3x.com>
1 parent d3de1de commit a77cf9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ name: Build
22
on:
33
push:
44
paths:
5+
- ".github/workflows/build.yml"
56
- "include/**"
67
- "src/**"
8+
- "tools/**"
79
- "third_party/**"
810
- "CMakeLists.txt"
911
pull_request:
1012
paths:
13+
- ".github/workflows/build.yml"
1114
- "include/**"
1215
- "src/**"
16+
- "tools/**"
1317
- "third_party/**"
1418
- "CMakeLists.txt"
1519
workflow_dispatch: {}

0 commit comments

Comments
 (0)