CI: Enable autobuild on push to master

This commit is contained in:
Mefiresu 2024-08-30 22:27:54 +02:00
parent eca21d359c
commit a75d10089d

View File

@ -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"