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

This commit is contained in:
Ozgur 2025-04-17 19:35:49 +02:00
parent c1f7010a92
commit 6a92b453e8
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: macOS Build, Sign and Notarize
on:
workflow_dispatch: # Manuel tetikleme
push:
branches: [ozgur/build]
# push:
# branches: [ozgur/build]
jobs:
build-sign-notarize:

View File

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