Skip to content

Commit 853dc94

Browse files
committed
Rebuild desktop builds in CI when python changes
1 parent 1119725 commit 853dc94

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "**/cmake/**"
99
- "**/examples/**"
1010
- "**/modules/**"
11+
- "**/python/**"
1112
- "**/tests/**"
1213
- "**/thirdparty/**"
1314
- "!**/native/generated/**"

.github/workflows/build_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "**/cmake/**"
99
- "**/examples/**"
1010
- "**/modules/**"
11+
- "**/python/**"
1112
- "**/tests/**"
1213
- "**/thirdparty/**"
1314
- "!**/native/generated/**"

.github/workflows/build_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "**/cmake/**"
99
- "**/examples/**"
1010
- "**/modules/**"
11+
- "**/python/**"
1112
- "**/tests/**"
1213
- "**/thirdparty/**"
1314
- "!**/native/generated/**"

0 commit comments

Comments
 (0)