Do not trigger non-CMake CI builds with CMake-only changes

Closes #22934.
This commit is contained in:
PB 2022-10-30 18:23:22 +01:00 committed by Vadim Zeitlin
parent 48434622c6
commit 5c72c7af35
6 changed files with 21 additions and 1 deletions

View file

@ -12,6 +12,7 @@ on:
- '.github/workflows/ci_mac.yml'
- '.github/workflows/ci_msw.yml'
- '.github/workflows/docs_update.yml'
- 'build/cmake/**'
- 'build/tools/appveyor*.bat'
- 'distrib/**'
- 'docs/**'
@ -25,6 +26,7 @@ on:
- '*.md'
- '*.yml'
- 'wxwidgets.props'
- 'CMakeLists.txt'
pull_request:
branches:
- master
@ -35,6 +37,7 @@ on:
- '.github/workflows/ci_mac.yml'
- '.github/workflows/ci_msw.yml'
- '.github/workflows/docs_update.yml'
- 'build/cmake/**'
- 'build/tools/appveyor*.bat'
- 'distrib/**'
- 'docs/**'
@ -48,6 +51,7 @@ on:
- '*.md'
- '*.yml'
- 'wxwidgets.props'
- 'CMakeLists.txt'
permissions:
contents: read