From 3179a5eacb386f9f20083b3ca8f2c347c4ab10ed Mon Sep 17 00:00:00 2001 From: Mkltkn Date: Sun, 8 Feb 2026 03:47:29 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20yeni=20=C3=B6zellik=20eklendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12e85aec..44e2e8f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,8 @@ name: Deploy to Production on: - push: + pull_request: + types: [closed] branches: [ main ] concurrency: @@ -11,7 +12,8 @@ concurrency: jobs: deploy: runs-on: self-hosted - if: "!contains(github.event.head_commit.message, '[skip ci]')" + # Sadece merge edilen PR'lar için çalış + if: github.event.pull_request.merged == true defaults: run: working-directory: /home/eksicode