Skip to content

Commit

Permalink
Better granularity for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Dec 5, 2024
1 parent 142d22a commit 34b19ca
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/workflows/build_linux.yml"
- "**/cmake/**"
- "**/examples/**"
- "**/modules/**"
- "**/tests/**"
- "**/thirdparty/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/workflows/build_macos.yml"
- "**/cmake/**"
- "**/examples/**"
- "**/modules/**"
- "**/tests/**"
- "**/thirdparty/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_mingw.yml_
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/workflows/build_mingw.yml"
- "**/cmake/**"
- "**/examples/**"
- "**/modules/**"
- "**/tests/**"
- "**/thirdparty/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/workflows/build_wasm.yml"
- "**/cmake/**"
- "**/examples/**"
- "**/modules/**"
- "**/tests/**"
- "**/thirdparty/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/workflows/build_windows.yml"
- "**/cmake/**"
- "**/examples/**"
- "**/modules/**"
- "**/tests/**"
- "**/thirdparty/**"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Clang Format

on:
push:
paths:
- "**/examples/**"
- "**/modules/**"
- "**/tests/**"
branches:
- main

Expand Down

0 comments on commit 34b19ca

Please sign in to comment.