From 6a92b453e8c554c41b545e49a0e490839cd7ef53 Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Thu, 17 Apr 2025 19:35:49 +0200 Subject: [PATCH] fix(actions): update macOS build workflows to adjust push trigger settings for improved manual control --- .gitea/workflows/macos-build.yml | 4 ++-- .gitea/workflows/test-macos-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/macos-build.yml b/.gitea/workflows/macos-build.yml index 6ed700c7..d1884d01 100644 --- a/.gitea/workflows/macos-build.yml +++ b/.gitea/workflows/macos-build.yml @@ -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: diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 0230d505..ae2c7086 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -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: