Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Checkov vulnerability scan

on:
pull_request:
branches: [master, main]
branches: [master, dev]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_xkops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Deploy xkops to EKS

on:
pull_request:
branches: [master, main]
branches: [master, dev]

jobs:
oidc-connect:
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Lint Code Base
#############################
on:
pull_request:
branches: [master, main]
branches: [master, dev]

###############
# Set the Job #
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- master
- dev

name: "Shellcheck"
permissions: {}
Expand Down