From a1259d7d32c865a8899bf3b8a885751eb2471028 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 22 Nov 2022 12:41:16 +0100 Subject: [PATCH] undid it, it was stupid --- .github/workflows/build_all.yml | 2 -- 1 file changed, 2 deletions(-) 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