diff --git a/.github/main.workflow b/.github/main.workflow index 7e1d9be..5d5580d 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build on push" { on = "push" - resolves = ["Docker build, tag, and push"] + resolves = ["AWS deploy"] } action "Docker build, tag, and push" {