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" {