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:
parent
1830128cbd
commit
1cb066364f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user