Fix wrong exclusion in MSW cross-build CI workflow
Ignore GTK files, not MSW ones.
This commit is contained in:
parent
cc3afe0dc6
commit
6a99b2d9a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_msw_cross.yml
vendored
4
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
- 'include/wx/gtk/**'
|
||||
- 'include/wx/osx/**'
|
||||
- 'locale/**'
|
||||
- 'src/msw/**'
|
||||
- 'src/gtk/**'
|
||||
- 'src/osx/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
|
|
@ -37,7 +37,7 @@ on:
|
|||
- 'include/wx/gtk/**'
|
||||
- 'include/wx/osx/**'
|
||||
- 'locale/**'
|
||||
- 'src/msw/**'
|
||||
- 'src/gtk/**'
|
||||
- 'src/osx/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue