mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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" {
|
||||
resolves = [
|
||||
"Package Helm Chart(s)",
|
||||
]
|
||||
on = "push"
|
||||
}
|
||||
|
||||
workflow "Pull Requests" {
|
||||
resolves = [
|
||||
"Pull Request Linting",
|
||||
]
|
||||
on = "push"
|
||||
|
Loading…
Reference in New Issue
Block a user