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/**'
- 'docs/**'
- 'interface/**'
- 'include/msvc/**'
- 'include/wx/msw/**'
- 'src/wx/msw/**'
- '*.md'
- '*.yml'
- 'wxwidgets.props'
jobs:
build: