Skip to content

Commit 34b0d39

Browse files
committed
Reduce rebuilds
1 parent 865fa42 commit 34b0d39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "!**/native/*_android.*"
1515
- "!**/native/*_apple.*"
1616
- "!**/native/*_emscripten.*"
17-
- "!**/native/*_ios.*"
17+
- "!**/native/*_ios*.*"
1818
- "!**/native/*_mac.*"
1919
- "!**/native/*_wasm.*"
2020
- "!**/native/*_windows.*"

.github/workflows/python_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "!**/native/*_android.*"
1515
- "!**/native/*_emscripten.*"
1616
- "!**/native/*_linux.*"
17-
- "!**/native/*_ios.*"
17+
- "!**/native/*_ios*.*"
1818
- "!**/native/*_wasm.*"
1919
- "!**/native/*_windows.*"
2020
branches:

.github/workflows/python_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "!**/native/*_apple.*"
1616
- "!**/native/*_emscripten.*"
1717
- "!**/native/*_linux.*"
18-
- "!**/native/*_ios.*"
18+
- "!**/native/*_ios*.*"
1919
- "!**/native/*_mac.*"
2020
- "!**/native/*_posix.*"
2121
- "!**/native/*_wasm.*"

0 commit comments

Comments
 (0)