Skip to content

Commit

Permalink
trigger Linux CI on changes to examples/**CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 17, 2024
1 parent 2988264 commit eb9f82e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "CMakeLists.txt"
- "cmake/**"
- "examples/**.cpp"
- "examples/**CMakeLists.txt"
- "!**Makefile" # old build system is not tested in this workflow
- ".github/workflows/build_linux.yml"
push:
Expand All @@ -19,6 +20,7 @@ on:
- "CMakeLists.txt"
- "cmake/**"
- "examples/**.cpp"
- "examples/**CMakeLists.txt"
- "!**Makefile" # old build system is not tested in this workflow
- ".github/workflows/build_linux.yml"
release:
Expand Down

0 comments on commit eb9f82e

Please sign in to comment.