Skip to content

Commit

Permalink
chore : workflow 실행 조건 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m authored May 30, 2024
1 parent 9f4b3c4 commit 00cdda3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: HappinesSQL CI/CD

# 2. 워크플로가 시작될 조건 지정
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
types: [ closed ]
Expand Down

0 comments on commit 00cdda3

Please sign in to comment.