From 89368c73116cd250e3ca30ab17f7b74bf0af9ee6 Mon Sep 17 00:00:00 2001 From: Kenta420 Date: Wed, 25 Oct 2023 10:53:22 +0700 Subject: [PATCH] test git action --- .github/deploy.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/deploy.yml b/.github/deploy.yml index 9cde36f..790339e 100644 --- a/.github/deploy.yml +++ b/.github/deploy.yml @@ -1,9 +1,13 @@ name: Deployment on: - branch_protection_rule: - types: [created, edited, deleted] + pull_request: + branches: + - release + types: + - closed jobs: - Deploy-Actions: + if_merged: + if: github.event.pull_request.merged == true runs-on: taobin-server steps: - run: ls