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

@@ -1,8 +1,15 @@
name: Publish Canary Image
on:
push:
branches:
- master
paths-ignore:
- .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
- "runner/**"
- "**.md"
- ".gitignore"