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 <vityaman.dev@yandex.ru>
  • Loading branch information
vityaman committed Jul 28, 2024
1 parent 9369f78 commit 7e0a9c9
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 7e0a9c9

Please sign in to comment.