Skip to content

Commit

Permalink
Run cifuzz.yml on pull requests for CMakeLists.txt
Browse files Browse the repository at this point in the history
All the other CI workflows that run on pull requests for 'cmake/**' also
run on pull requests for '**CMakeLists.txt'. So cifuzz.yml is the only
exception.
  • Loading branch information
wantehchang committed Aug 1, 2024
1 parent 313e295 commit 9caff7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '.github/workflows/cifuzz.yml'
- '**CMakeLists.txt'
- 'cmake/**'
- 'ext/**'
- 'tests/gtest/**'
Expand Down

0 comments on commit 9caff7a

Please sign in to comment.