Fix ignored path for MSW sources for GitHub CI

Due to a copy&paste mistake the path wrongly included non-existing "wx"
folder.

Closes https://github.com/wxWidgets/wxWidgets/pull/2275
This commit is contained in:
PB 2021-03-11 10:59:27 +01:00 committed by Vadim Zeitlin
parent 1830128cbd
commit 1cb066364f

View File

@ -15,7 +15,7 @@ on:
- 'include/msvc/**'
- 'include/wx/msw/**'
- 'locale/**'
- 'src/wx/msw/**'
- 'src/msw/**'
- '*.md'
- '*.yml'
- 'wxwidgets.props'
@ -32,7 +32,7 @@ on:
- 'include/msvc/**'
- 'include/wx/msw/**'
- 'locale/**'
- 'src/wx/msw/**'
- 'src/msw/**'
- '*.md'
- '*.yml'
- 'wxwidgets.props'