diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d19e226..a0da987 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,9 +2,9 @@ name: C/C++ CI on: push: - branches: [ "main", "test" ] + branches: [ "main", "test", "1.0" ] pull_request: - branches: [ "main", "test" ] + branches: [ "main", "test", "1.0" ] jobs: test: