Skip to content

Merge pull request #108 from helxplatform/develop #11

Merge pull request #108 from helxplatform/develop

Merge pull request #108 from helxplatform/develop #11

# 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: 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 }}