Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobiqua authored Jan 5, 2025
1 parent 7082a24 commit 5ed0525
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ name: CMake Build and Test
on:
push:
branches: [ "main" ]
paths:
- 'CMakeLists.txt'
- '**/*.cpp'
- '**/*.hpp'
- '**/*.h'
- '**/*.c'
pull_request:
branches: [ "main" ]

paths:
- 'CMakeLists.txt'
- '**/*.cpp'
- '**/*.hpp'
- '**/*.h'
- '**/*.c'

permissions:
contents: read
actions: read
Expand Down

0 comments on commit 5ed0525

Please sign in to comment.