Skip to content

Commit 2b267d3

Browse files
committed
fix: ensure proper build conditionality
1 parent f19d9af commit 2b267d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
filters: |
3535
only_python:
3636
- 'python/**'
37+
- 'scripts/python/**'
3738
- '!base/**'
3839
- '!scripts/base/ampstart.sh'
3940

.github/workflows/wine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
filters: |
3535
only_wine:
3636
- 'wine/**'
37+
- 'scripts/wine/**''
3738
- '!base/**'
3839
- '!scripts/base/ampstart.sh'
3940

0 commit comments

Comments
 (0)