diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 72da335e..0b002f44 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -2,9 +2,11 @@ name: C++ Lint on: push: - branches: [ main ] + branches: + - '**' pull_request: - branches: [ main ] + branches: + - '**' jobs: run-linters: