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:
PB 2021-03-02 20:30:46 +01:00
parent 93773b0b65
commit 79363eb8fd

View File

@ -12,8 +12,12 @@ on:
- 'distrib/**'
- 'docs/**'
- 'interface/**'
- 'include/msvc/**'
- 'include/wx/msw/**'
- 'src/wx/msw/**'
- '*.md'
- '*.yml'
- 'wxwidgets.props'
pull_request:
branches:
- master