Skip to content

Commit

Permalink
Trigger CI when dependency modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Oct 26, 2023
1 parent 5f04f48 commit 8e84d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake Core
on:
push:
branches: [ "master", "dev", "dev-ndy", "dev-sge" ]
paths: ['lib/core/**', '.github/workflows/cmake_core.yml']
paths: ['lib/core/**', lib/util/**', '.github/workflows/cmake_core.yml']

env:
CMAKELISTS_DIR: ${{github.workspace}}/lib/core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake IO
on:
push:
branches: [ "master", "dev", "dev-ndy", "dev-sge" ]
paths: ['lib/io/**', '.github/workflows/cmake_io.yml']
paths: ['lib/io/**', lib/util/**', lib/core/**', '.github/workflows/cmake_io.yml']

env:
CMAKELISTS_DIR: ${{github.workspace}}/lib/io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_renderer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake Renderer
on:
push:
branches: [ "master", "dev", "dev-ndy", "dev-sge" ]
paths: ['lib/renderer/**', '.github/workflows/cmake_renderer.yml']
paths: ['lib/renderer/**', lib/util/**', lib/io/**', lib/core/**', '.github/workflows/cmake_renderer.yml']

env:
CMAKELISTS_DIR: ${{github.workspace}}/lib/renderer
Expand Down

0 comments on commit 8e84d85

Please sign in to comment.