From 669c67b3de113b517d908670435eb6b07b629121 Mon Sep 17 00:00:00 2001 From: Binyang Li Date: Fri, 5 May 2023 08:42:25 +0000 Subject: [PATCH] enable github action on all ranches --- .github/workflows/cpplint.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: