fix(actions): update macOS build workflows to adjust push trigger settings for improved manual control
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 15m31s
Some checks failed
Test macOS Build Action / test-macos-build (push) Failing after 15m31s
This commit is contained in:
parent
c1f7010a92
commit
6a92b453e8
@ -2,8 +2,8 @@ name: macOS Build, Sign and Notarize
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Manuel tetikleme
|
||||
push:
|
||||
branches: [ozgur/build]
|
||||
# push:
|
||||
# branches: [ozgur/build]
|
||||
|
||||
jobs:
|
||||
build-sign-notarize:
|
||||
|
@ -2,8 +2,8 @@ name: Test macOS Build Action
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Manual trigger only for testing
|
||||
# push:
|
||||
# branches: [ozgur/build]
|
||||
push:
|
||||
branches: [ozgur/build]
|
||||
|
||||
jobs:
|
||||
test-macos-build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user