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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user