Do not trigger non-CMake CI builds with CMake-only changes
Closes #22934.
This commit is contained in:
parent
48434622c6
commit
5c72c7af35
6 changed files with 21 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
|||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -22,6 +23,7 @@ on:
|
|||
- 'src/msw/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
- 'wxwidgets.props'
|
||||
pull_request:
|
||||
branches:
|
||||
|
|
@ -33,6 +35,7 @@ on:
|
|||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -43,6 +46,7 @@ on:
|
|||
- 'src/msw/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
- 'wxwidgets.props'
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
4
.github/workflows/ci_mac.yml
vendored
4
.github/workflows/ci_mac.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -27,6 +28,7 @@ on:
|
|||
- 'src/x11/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
- 'wxwidgets.props'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
|
@ -37,6 +39,7 @@ on:
|
|||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -53,6 +56,7 @@ on:
|
|||
- 'src/x11/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
- 'wxwidgets.props'
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
4
.github/workflows/ci_mac_xcode.yml
vendored
4
.github/workflows/ci_mac_xcode.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -27,6 +28,7 @@ on:
|
|||
- 'src/x11/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
- 'wxwidgets.props'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
|
@ -37,6 +39,7 @@ on:
|
|||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -53,6 +56,7 @@ on:
|
|||
- 'src/x11/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
- 'wxwidgets.props'
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
4
.github/workflows/ci_msw.yml
vendored
4
.github/workflows/ci_msw.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
|||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -23,6 +24,7 @@ on:
|
|||
- 'src/osx/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -33,6 +35,7 @@ on:
|
|||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- '.github/workflows/docs_update.yml'
|
||||
- 'build/cmake/**'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
|
|
@ -44,6 +47,7 @@ on:
|
|||
- 'src/osx/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
4
.github/workflows/ci_msw_cross.yml
vendored
4
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue