Rename main workflow
This commit is contained in:
parent
de8caf2eb0
commit
9e9d5df961
1 changed files with 1 additions and 1 deletions
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
|
@ -1,4 +1,4 @@
|
||||||
workflow "New workflow" {
|
workflow "Build and push" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = ["Login", "Push"]
|
resolves = ["Login", "Push"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue