From 2e9f3f5302632efaf3278b732189210d177ddf34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A3=BC=EB=85=B8=EB=A6=AC?= <39540595+leejh7@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:43:09 +0900 Subject: [PATCH] update - notify-push-event.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 현재 레포지토리의 main, dev 브랜치에 푸쉬가 되면 자동으로 capstone-maru/maru 레포지토리에 이벤트 알리도록 수정 --- .github/workflows/notify-push-event.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-push-event.yml b/.github/workflows/notify-push-event.yml index acd2018..8c8d2bd 100644 --- a/.github/workflows/notify-push-event.yml +++ b/.github/workflows/notify-push-event.yml @@ -4,8 +4,12 @@ name: Trigger Push Event # Controls when the workflow will run on: - workflow_dispatch - + push: + branches: + - main + - dev + workflow_dispatch: + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build"