diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index f55dd0c..b556712 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -2,9 +2,9 @@ name: Backend CI/CD Pipeline on: push: - branches: [ "main" ] + branches: [ "k8s" ] pull_request: - branches: [ "main" ] + branches: [ "k8s" ] env: # Team Settings