Add keycloak-testing branch to workflow triggers
Some checks failed
Build Helm Chart / helm-package (push) Failing after 5s
Some checks failed
Build Helm Chart / helm-package (push) Failing after 5s
This update modifies the GitHub Actions workflow for building the Keycloak chart. In addition to the existing trigger for the main branch, a new trigger has been added for the keycloak-testing branch. This change allows for more flexible testing and deployment scenarios by enabling the workflow to run on changes pushed to the keycloak-testing branch. No breaking changes are introduced with this update, and the workflow paths remain unchanged, still focusing on the "charts/keycloak/Chart.yaml" file.
This commit is contained in:
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- keycloak-testing
|
||||
paths:
|
||||
- "charts/keycloak/Chart.yaml"
|
||||
|
||||
|
Reference in New Issue
Block a user