Skip to content

Commit

Permalink
Merge pull request #21 from kssumin/feat/#50/ci
Browse files Browse the repository at this point in the history
[FEAT] CI 설정
  • Loading branch information
kssumin authored Nov 24, 2023
2 parents 0d3a939 + 0f87844 commit 4cf0fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Backend CI
# main 브랜치에 push, PR이 되었을 때 workflow 실행
on:
push:
branches: [ "main" ]
branches: [ "main","be" ]
paths : 'BE/**'
pull_request:
branches: [ "main" ]
branches: [ "main","be" ]
paths : 'BE/**'

defaults:
Expand Down

0 comments on commit 4cf0fbc

Please sign in to comment.