mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-12 05:31:31 +08:00
ci: publish chart on chart.yaml changes only (#873)
* ci: clean up of workflows in general
This commit is contained in:
7
.github/workflows/wip.yml
vendored
7
.github/workflows/wip.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user