Skip to content

Commit

Permalink
feat: CI/CD 검증용 트리거 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-Tea committed Jul 23, 2024
1 parent 0d31653 commit f7d9771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Backend CI/CD dev
on:
push:
branches: [ "develop-be" ]
pull_request:
branches: [ "develop-be" ]

jobs:
ci:
Expand Down

0 comments on commit f7d9771

Please sign in to comment.