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"