Skip to content

Commit

Permalink
Trigger CI builds on any changes to CMakeLists.txt
Browse files Browse the repository at this point in the history
- Ensure pull request builds are triggered for PRs that modify any CMakeLists.txt files in the repository.
  • Loading branch information
sturnclaw authored and Webster Sheets committed Jan 25, 2024
1 parent a28044e commit 6a9f4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
paths:
- 'src/**.cpp'
- 'src/**.h'
- '**/CMakeLists.txt'
release:
types: [published]

Expand Down

0 comments on commit 6a9f4ab

Please sign in to comment.