fix(workflows): enable push trigger for build workflow and disable it for test signing workflow
Some checks failed
Unreal Engine Build / macos-build (push) Failing after 27m44s
Unreal Engine Build / windows-build (push) Has been cancelled
Unreal Engine Build / linux-build (push) Has been cancelled
Unreal Engine Build / create-release (push) Has been cancelled

This commit is contained in:
Ozgur 2025-04-13 16:13:52 +02:00
parent 4400b47873
commit 6dbc9f3ee3
No known key found for this signature in database
GPG Key ID: 66CDF27505A35546
2 changed files with 4 additions and 4 deletions

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: