WIP: feat(workflows): add new build workflows for Windows, Linux, and macOS, and remove obsolete build scripts #17

Draft
m wants to merge 109 commits from ozgur/build into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 6dbc9f3ee3 - Show all commits

View File

@ -2,8 +2,8 @@ name: Unreal Engine Build
on:
workflow_dispatch:
# push:
# branches: [ozgur/build]
push:
branches: [ozgur/build]
jobs:
windows-build:

View File

@ -1,8 +1,8 @@
name: Test macOS Signing
on:
push:
branches: [ozgur/build]
# push:
# branches: [ozgur/build]
workflow_dispatch: # Manual trigger is also available
jobs: