Skip to content

Commit

Permalink
test: be-develop 브랜치에 push될 때도 액션이 실행되게끔 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kmi0817 committed Jan 21, 2024
1 parent f6b94b0 commit ce7b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD

on:
push:
branches: [main]
branches: [be-develop, main]

jobs:
deploy:
Expand Down

0 comments on commit ce7b2b8

Please sign in to comment.