diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e57cb00..d46ad7e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,7 +1,10 @@ name: Build on: - workflow_dispatch: + push: + branches: [ main ] + pull_request: + branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)