Skip to content

Commit

Permalink
Trigger multi-platform test workflow if any CMakeLists.txt file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OTheDev committed Mar 3, 2024
1 parent e68757a commit 186c717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multiplatform_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- 'src/**'
- 'include/**'
- 'test/**'
- '.github/workflows/multiplatform_test.yml'
- '**/CMakeLists.txt'
pull_request:
branches:
- "main"
Expand All @@ -20,6 +22,7 @@ on:
- 'include/**'
- 'test/**'
- '.github/workflows/multiplatform_test.yml'
- '**/CMakeLists.txt'

jobs:
build:
Expand Down

0 comments on commit 186c717

Please sign in to comment.