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

Draft
m wants to merge 141 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: on:
workflow_dispatch: workflow_dispatch:
# push: push:
# branches: [ozgur/build] branches: [ozgur/build]
jobs: jobs:
windows-build: windows-build:

View File

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