Skip to content

Commit

Permalink
mike-lischke#132 Run CMake GitHub Workflow on workflows change
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <[email protected]>
  • Loading branch information
vityaman authored and mike-lischke committed Jul 28, 2024
1 parent 0607073 commit 5427f05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: CMake
on:
push:
branches: ["main"]
paths: ["ports/cpp/**"]
paths:
- "ports/cpp/**"
- ".github/workflows/*"
pull_request:
branches: ["main"]
paths: ["ports/cpp/**"]
paths:
- "ports/cpp/**"
- ".github/workflows/*"

jobs:
build:
Expand Down

0 comments on commit 5427f05

Please sign in to comment.