diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index f9560869..d9f45185 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -1,6 +1,12 @@ name: Build Binaries -on: [push] +on: + push: + branches-ignore: + - nightly + pull_request: + branches-ignore: + - nightly env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)