From ac03bc7c343c059333c3fb0e9464036c89b75591 Mon Sep 17 00:00:00 2001 From: Peyang Date: Tue, 22 Nov 2022 21:23:33 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=81=BF=E3=81=99=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tagging.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index a0e821f76b56..e58258995638 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -4,8 +4,6 @@ on: branches: - production -runs: - jobs: create-tag: runs-on: ubuntu-latest From c8189c2b8d34ff7529aea16636b71de3fff764c0 Mon Sep 17 00:00:00 2001 From: Peyang Date: Tue, 22 Nov 2022 21:26:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?CI=E3=82=82=E3=81=BF=E3=81=99=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ba958244bc..f7257a861d7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["develop", "main"] + branches: ["develop", "production"] pull_request: workflow_dispatch: