mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
adding filter for master branch
This commit is contained in:
parent
d708128847
commit
12a0da30ac
11
.github/main.workflow
vendored
11
.github/main.workflow
vendored
@ -9,11 +9,14 @@ action "Package Helm Chart(s)" {
|
|||||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||||
args = "[\"https://billimek.com/billimek-charts/\"]"
|
args = "[\"https://billimek.com/billimek-charts/\"]"
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
needs = ["Filter for master "]
|
||||||
}
|
}
|
||||||
|
|
||||||
workflow "Pull Request" {
|
workflow "Pull Request" {
|
||||||
on = "pull_request"
|
on = "pull_request"
|
||||||
resolves = ["Pull Request Linting"]
|
resolves = [
|
||||||
|
"Pull Request Linting",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Pull Request Linting" {
|
action "Pull Request Linting" {
|
||||||
@ -21,3 +24,9 @@ action "Pull Request Linting" {
|
|||||||
args = "\"https://billimek.com/billimek-charts/\""
|
args = "\"https://billimek.com/billimek-charts/\""
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
action "Filter for master " {
|
||||||
|
uses = "actions/bin/filter@master"
|
||||||
|
args = "branch master"
|
||||||
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user