Skip to content

Commit

Permalink
feat: dev 브랜치도 PR시 린트체크하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeSeok-kim committed Oct 24, 2023
1 parent 324426a commit 561c898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CodeIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main # 또는 기본 브랜치 이름
- dev

jobs:
lint:
Expand Down

0 comments on commit 561c898

Please sign in to comment.