fix(workflows): enable push trigger for build workflow and disable it for test signing workflow
This commit is contained in:
parent
4400b47873
commit
6dbc9f3ee3
@ -2,8 +2,8 @@ name: Unreal Engine Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches: [ozgur/build]
|
||||
push:
|
||||
branches: [ozgur/build]
|
||||
|
||||
jobs:
|
||||
windows-build:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user