mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
switching PR workflow to use pull request events
This commit is contained in:
parent
64228b418f
commit
d441df7842
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -9,7 +9,7 @@ workflow "Pull Requests" {
|
|||||||
resolves = [
|
resolves = [
|
||||||
"Pull Request Linting",
|
"Pull Request Linting",
|
||||||
]
|
]
|
||||||
on = "push"
|
on = "pull_request"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Package Helm Chart(s)" {
|
action "Package Helm Chart(s)" {
|
||||||
|
Loading…
Reference in New Issue
Block a user