mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
separate push and PR workflows
This commit is contained in:
parent
5a2889e4b1
commit
935deb6863
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@ -1,6 +1,12 @@
|
|||||||
workflow "Lint & Publish Helm chart" {
|
workflow "Lint & Publish Helm chart" {
|
||||||
resolves = [
|
resolves = [
|
||||||
"Package Helm Chart(s)",
|
"Package Helm Chart(s)",
|
||||||
|
]
|
||||||
|
on = "push"
|
||||||
|
}
|
||||||
|
|
||||||
|
workflow "Pull Requests" {
|
||||||
|
resolves = [
|
||||||
"Pull Request Linting",
|
"Pull Request Linting",
|
||||||
]
|
]
|
||||||
on = "push"
|
on = "push"
|
||||||
|
Loading…
Reference in New Issue
Block a user