Skip to content

Commit

Permalink
Run C++ port checks on grammar changes
Browse files Browse the repository at this point in the history
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
  • Loading branch information
vityaman committed Dec 6, 2024
1 parent 256d569 commit 9a52ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
paths:
- "ports/cpp/**"
- ".github/workflows/*"
- "tests/*.g4"
pull_request:
branches: ["main"]
paths:
- "ports/cpp/**"
- ".github/workflows/*"
- "tests/*.g4"

jobs:
build:
Expand Down

0 comments on commit 9a52ece

Please sign in to comment.