Don't ignore CMake files for msw clang build in CI

This commit is contained in:
Maarten Bent 2023-08-24 16:28:39 +02:00
parent 026528f861
commit 38504acac6
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070

View file

@ -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 }}