From b7dd06b1ff5459b4bd2c9291cccd3cd6e04d93a6 Mon Sep 17 00:00:00 2001 From: Denis Granha Date: Mon, 20 Apr 2020 11:31:47 +0200 Subject: [PATCH] Deploy docker images on master (#11640) Previously it was defined to deploy on tags and stable branch. Stable branch is not used so, the stable branch nowadays is master. --- .github/workflows/deploy-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index cfc72aef9..fb4060c30 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -3,7 +3,7 @@ name: Docker Image Release on: push: branches: - - stable + - master tags: - v*