diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index d6e31f8..99a71be 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -4,7 +4,7 @@ name: CMake on multiple platforms on: push: - branches: [ "main" ] + branches: [ "main", "add-github-actions" ] pull_request: branches: [ "main", "add-github-actions" ]