Skip to content

Commit

Permalink
HOT FIX : CI script 실행 case 추가 (dev 브랜치에 Push할 경우)
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 24, 2023
1 parent 079b383 commit 27973c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/SKT_T1_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: 🏭 SKT-T1-APPLICATION-BUILD!
on:
pull_request:
branches: [ "dev" ]
push:
branches: [ "dev" ]

permissions:
contents: read
Expand Down

0 comments on commit 27973c1

Please sign in to comment.