From 1a0de761e83366744d0c52baaeb936ca391ade3f Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sat, 1 Jun 2019 19:01:58 -0700 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {