We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2815977 commit b6f55ecCopy full SHA for b6f55ec
.github/workflows/deploy.yml
@@ -2,8 +2,7 @@ name: Deploy to EC2
2
3
on:
4
push:
5
- branches:
6
- - main # main 브랜치 push 시 자동 배포
+ branches: [ main ]
7
8
jobs:
9
deploy:
0 commit comments