From a75d10089da59ecf9b7ea926e2f806e2340b59ab Mon Sep 17 00:00:00 2001 From: Mefiresu <15063879+Mefiresu@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:27:54 +0200 Subject: [PATCH] CI: Enable autobuild on push to master --- .github/workflows/build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5493a7fd..dbd4f431 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,9 @@ name: Build Mania -on: workflow_dispatch - -# each artifact is like 15MB so we'll start by only doing it manually -# on: -# push: -# branches: -# - master +on: + push: + branches: + - master env: GENERAL_FLAGS: "-DWITH_RSDK=OFF -DCMAKE_BUILD_TYPE=Release"