Skip to content

Merge pull request #86 from helxplatform/for-eduhelx-chart #16

Merge pull request #86 from helxplatform/for-eduhelx-chart

Merge pull request #86 from helxplatform/for-eduhelx-chart #16

# This chart catches changes and then pushed to main branch
# Tests, Updates Dependency and Packages, then pushes to
# our parent repo that holds all Helx Charts Helm-Charts
name: Update-Package-Trigger-Helm-Charts
on:
push:
branches:
- main
- master
paths-ignore:
- .github/workflows/*
- .github/*
jobs:
trigger-helm-charts:
uses: helxplatform/helx-github-actions/.github/workflows/trigger-helm-charts.yml@main
secrets: inherit
with:
appRepo: ${{ github.repository }}
actor: ${{ github.actor }}