From 25b4c8afc8a187207d09e26f02de49d81a96f33e Mon Sep 17 00:00:00 2001 From: Irene Ryu Date: Tue, 2 Apr 2024 15:33:21 +0900 Subject: [PATCH] Add push trigger --- .github/workflows/package-publish.yml | 3 +++ .github/workflows/release-ticket-creation.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/package-publish.yml b/.github/workflows/package-publish.yml index 0f95a99ce..4d17e277c 100644 --- a/.github/workflows/package-publish.yml +++ b/.github/workflows/package-publish.yml @@ -5,6 +5,9 @@ on: version: description: 'Target version' required: true + push: + branches: + - 'feat/AC-1856' jobs: publish: diff --git a/.github/workflows/release-ticket-creation.yml b/.github/workflows/release-ticket-creation.yml index 7fe935f78..6847fa7b4 100644 --- a/.github/workflows/release-ticket-creation.yml +++ b/.github/workflows/release-ticket-creation.yml @@ -5,6 +5,9 @@ on: branch_name: description: 'Type a branch name starting with `release/v`' required: true + push: + branches: + - 'feat/AC-1856' jobs: trigger-release-ticket-creation: