Ignore MSW-only changes for PR builds on GitHub CI too

This extends the grandparent commit to apply to pull requests and not
only to the master builds.
This commit is contained in:
Vadim Zeitlin
2021-03-07 23:47:27 +01:00
parent 783244af21
commit dfc1ae5de4

View File

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