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: 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: