Skip to content

Commit

Permalink
Merge pull request #169 from Rakshithb1/develop
Browse files Browse the repository at this point in the history
[DSD-7140] added verify-keycloak-init.yml
  • Loading branch information
ckm007 authored Feb 10, 2025
2 parents b6e13c7 + 59b0980 commit 9ea1492
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/verify-keycloak-init.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ea1492

Please sign in to comment.