Skip to content

Commit fa112ba

Browse files
committed
GitHub workflows: update trigger paths
1 parent 4bd767d commit fa112ba

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'cmake/**'
99
- 'external/**'
1010
- 'include/**'
11-
- 'src/module_linux.cpp'
11+
- 'src/linux/module.cpp'
1212
- 'src/module.cpp'
1313
- 'CMakeLists.txt'
1414
- 'CMakePresets.json'
@@ -20,7 +20,7 @@ on:
2020
- 'cmake/**'
2121
- 'external/**'
2222
- 'include/**'
23-
- 'src/module_linux.cpp'
23+
- 'src/linux/module.cpp'
2424
- 'src/module.cpp'
2525
- 'CMakeLists.txt'
2626
- 'CMakePresets.json'

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'cmake/**'
99
- 'external/**'
1010
- 'include/**'
11-
- 'src/module_apple.cpp'
11+
- 'src/apple/module.cpp'
1212
- 'src/module.cpp'
1313
- 'CMakeLists.txt'
1414
- 'CMakePresets.json'
@@ -20,7 +20,7 @@ on:
2020
- 'cmake/**'
2121
- 'external/**'
2222
- 'include/**'
23-
- 'src/module_apple.cpp'
23+
- 'src/apple/module.cpp'
2424
- 'src/module.cpp'
2525
- 'CMakeLists.txt'
2626
- 'CMakePresets.json'

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'cmake/**'
99
- 'external/**'
1010
- 'include/**'
11-
- 'src/module_windows.cpp'
11+
- 'src/windows/module.cpp'
1212
- 'src/module.cpp'
1313
- 'CMakeLists.txt'
1414
- 'CMakePresets.json'
@@ -20,7 +20,7 @@ on:
2020
- 'cmake/**'
2121
- 'external/**'
2222
- 'include/**'
23-
- 'src/module_windows.cpp'
23+
- 'src/windows/module.cpp'
2424
- 'src/module.cpp'
2525
- 'CMakeLists.txt'
2626
- 'CMakePresets.json'

0 commit comments

Comments
 (0)