diff --git a/.github/main.workflow b/.github/main.workflow index 43a06c5..67a625e 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,4 +1,4 @@ -workflow "New workflow" { +workflow "Build and push" { on = "push" resolves = ["Login", "Push"] }