From 865fcbcec0dfa8ae6e4b1c76243cf1cf9fa42cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Christian=20Langfj=C3=A6ran?= Date: Mon, 29 Apr 2019 13:58:07 +0200 Subject: [PATCH] Only deploy to dockerhub for masterbranch --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index dee6d51..084d286 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -25,7 +25,7 @@ action "Docker build" { action "Publish Filter" { needs = ["Test"] uses = "actions/bin/filter@master" - args = "branch docker-publish" + args = "branch master" } action "Docker Login" {