From 9ae6a7440844a4c6f0f27c11dd4ffd0bde4f6be1 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 22 Nov 2022 13:27:56 +0100 Subject: [PATCH] fixed CI again --- .github/workflows/build_all.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.)