Skip to content

Commit

Permalink
ci: Config wildcard patterns to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 26, 2023
1 parent e08372f commit be518cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ on:
- '**.yml'
- 'include/**'
- 'src/**'
- 'CMakeLists.txt'
- '**.cmake'
pull_request:
branches:
- master
paths:
- '**.yml'
- 'include/**'
- 'src/**'
- 'CMakeLists.txt'
- '**.cmake'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit be518cf

Please sign in to comment.