Skip to content

Commit

Permalink
CI: Enable autobuild on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mefiresu committed Aug 30, 2024
1 parent a80e2ba commit 0ae4dec
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0ae4dec

Please sign in to comment.