ci: publish chart on chart.yaml changes only (#873)

* ci: clean up of workflows in general
This commit is contained in:
Callum Tait
2021-10-05 22:28:05 +01:00
committed by GitHub
parent 0a3d2b686e
commit b01e193aab
7 changed files with 37 additions and 9 deletions

View File

@@ -5,10 +5,15 @@ on:
branches:
- master
paths-ignore:
- 'runner/**'
- .github/workflows/build-and-release-runners.yml
- '*.md'
- '.gitignore'
- .github/workflows/build-and-release-runners.yml
- .github/workflows/on-push-lint-charts.yml
- .github/workflows/on-push-master-publish-chart.yml
- .github/workflows/release.yml
- .github/workflows/test-entrypoint.yml
- .github/workflows/wip.yml
- 'runner/**'
- '**.md'
- '.gitignore'
jobs:
test: