Skip to content

Commit

Permalink
chore: github actionsa 파일 브랜치 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 3ddbdb6 commit 8319841
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- chore/migration

env:
REGISTRY: "docker.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k3s-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Spring Boot Multi-module K3s Deployment
on:
push:
branches:
- develop
- develop-test # 실행되지 않도록 브랜치 명 변경

env:
REGISTRY: "ghcr.io"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k3s-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Spring Boot Multi-module K3s Deployment
on:
push:
branches:
- main
- main-test # 실행되지 않도록 브랜치 명 변경

env:
REGISTRY: "ghcr.io"
Expand Down

0 comments on commit 8319841

Please sign in to comment.