From 7c428f8aa39e2142ef1c5f944d759244266eddb0 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 23:08:03 +0530 Subject: only build on release --- .github/workflows/Docker-Build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Docker-Build.yaml b/.github/workflows/Docker-Build.yaml index 73c52fb..d99c741 100644 --- a/.github/workflows/Docker-Build.yaml +++ b/.github/workflows/Docker-Build.yaml @@ -1,8 +1,8 @@ name: Docker Build on: - push: - branches: [ master ] + release: + types: [published] jobs: buildx: -- cgit v1.2.3