diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index 193a0fe..ac0efe5 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -3,7 +3,7 @@ name: Checkov vulnerability scan on: pull_request: - branches: [master, main] + branches: [master, dev] jobs: build: diff --git a/.github/workflows/deploy_xkops.yml b/.github/workflows/deploy_xkops.yml index 425fc7a..bea336e 100644 --- a/.github/workflows/deploy_xkops.yml +++ b/.github/workflows/deploy_xkops.yml @@ -18,7 +18,7 @@ name: Deploy xkops to EKS on: pull_request: - branches: [master, main] + branches: [master, dev] jobs: oidc-connect: @@ -39,7 +39,7 @@ jobs: - name: configure kubectl with eks cluster run: | - aws eks update-kubeconfig --name xkops-cluster-2 --region ap-southeast-1 + aws eks update-kubeconfig --name xkops-cluster --region ap-southeast-1 - name: Build Docker Image run: | diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index faf512c..efed382 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,7 +11,7 @@ name: Lint Code Base ############################# on: pull_request: - branches: [master, main] + branches: [master, dev] ############### # Set the Job # diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 9f520e5..407b0a8 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - master + - dev name: "Shellcheck" permissions: {}