Don't ignore CMake files for msw clang build in CI
This commit is contained in:
parent
026528f861
commit
38504acac6
1 changed files with 0 additions and 4 deletions
4
.github/workflows/ci_msw.yml
vendored
4
.github/workflows/ci_msw.yml
vendored
|
|
@ -13,7 +13,6 @@ 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/**'
|
||||
|
|
@ -25,7 +24,6 @@ on:
|
|||
- 'src/osx/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -37,7 +35,6 @@ 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/**'
|
||||
|
|
@ -49,7 +46,6 @@ on:
|
|||
- 'src/osx/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- 'CMakeLists.txt'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue