Add more ignored paths for GitHub CI
GitHub CI does not build for Microsoft Windows. Therefore, do not start builds for changes made in folders used only for MSW.
This commit is contained in:
parent
93773b0b65
commit
79363eb8fd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -12,8 +12,12 @@ on:
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
- 'include/msvc/**'
|
||||
- 'include/wx/msw/**'
|
||||
- 'src/wx/msw/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'wxwidgets.props'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user