diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 74f70fcf..dfbb4a84 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -2,8 +2,6 @@ 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