mirror of
https://github.com/RSDKModding/Sonic-Mania-Decompilation.git
synced 2024-11-23 05:49:56 +00:00
CI: Enable autobuild on push to master
This commit is contained in:
parent
eca21d359c
commit
a75d10089d
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user