diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index dfbb4a84..74f70fcf 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -2,6 +2,8 @@ name: Build Binaries on: [push, pull_request] +if: ${{ github.ref != 'refs/heads/nightly' }} + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release