From 0ae4dec85ecf281817124ad7f0e62004bb322e2e Mon Sep 17 00:00:00 2001 From: Mefiresu <15063879+Mefiresu@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:26:34 +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 a5229c4c..d2f98715 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,9 @@ name: Build RSDKv5 -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: "-DRETRO_DISABLE_PLUS=ON -DCMAKE_BUILD_TYPE=Release"