diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cb54ed5..7a43dbb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,7 +2,7 @@ name: CMake on: push: - branches: [ "master" ] + branches: [ "master", "actions" ] pull_request: branches: [ "master" ]