diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 583860c..488f39a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,11 @@ on: required: false default: true type: boolean + pull_request: + push: + branches: + - '**' # every branch + - '!no-build-**' # unless marked as no-build env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)