diff --git a/.github/workflows/verify-keycloak-init.yml b/.github/workflows/verify-keycloak-init.yml new file mode 100644 index 00000000..cf3f6499 --- /dev/null +++ b/.github/workflows/verify-keycloak-init.yml @@ -0,0 +1,32 @@ +name: verify-keycloak-init + +on: + release: + types: [published] + pull_request: + types: [opened, reopened, synchronize] + paths: + - 'helm/keycloak-init/**' + workflow_dispatch: + inputs: + message: + description: 'Message for manually triggering' + required: false + default: 'Triggered for Updates' + type: string + push: + branches: + - '!release-branch' + - master + - 1.* + - develop + - MOSIP* + - release* + paths: + - 'helm/keycloak-init/**' + +jobs: + verify-keycloak-init: + uses: mosip/kattu/.github/workflows/verify-keycloak-init.yml@master + with: + kc_values_file_path: helm/keycloak-init/values.yaml