From 0bf44157d6c1fd80cdb3147ad278a549693ff9e0 Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Mon, 19 Aug 2019 14:01:31 -0400 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 b56e7eb87..50dec151d 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build and Push to WebApp" { on = "push" - resolves = ["Deploy Develop", "Deploy Master"] + resolves = [] } action "Deploy Develop" {