From f7490ad1b64c401207b8135e650f6afb78a4896e Mon Sep 17 00:00:00 2001 From: masarakki Date: Mon, 19 Jan 2026 21:32:55 +0900 Subject: [PATCH] fix-deploy --- .github/workflows/deploy.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42522bd..be336e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,10 +1,13 @@ name: depoly on: - push: - branches: - - master + pull_request_target: + types: closed +permissions: + id-token: write + contents: read jobs: - build: + deploy: + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1