Skip to content

Commit

Permalink
chore: 테스트 배포 브랜치 워크플로우 실행에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyun-lee committed Aug 12, 2024
1 parent ae95c25 commit 5111be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD using GitHub Actions & Docker
# main, deploy 브랜치에 push하면 워크플로우 실행
on:
push:
branches: [ "main", "deploy" ]
branches: [ "main", "deploy", "test-deploy"]

jobs:
deploy:
Expand Down

0 comments on commit 5111be1

Please sign in to comment.