Skip to content

Commit

Permalink
update - notify-push-event.yml
Browse files Browse the repository at this point in the history
현재 레포지토리의 main, dev 브랜치에 푸쉬가 되면 자동으로 capstone-maru/maru 레포지토리에 이벤트 알리도록 수정
  • Loading branch information
leejh7 authored Mar 12, 2024
1 parent b7a2470 commit 2e9f3f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/notify-push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2e9f3f5

Please sign in to comment.