From 94d1a8c547554cd53fc30a907d1a5c24e1136e9e Mon Sep 17 00:00:00 2001 From: Siddhartha Dhiman Date: Fri, 3 Nov 2023 00:50:21 -0400 Subject: [PATCH] Docker build now only runs on tag --- .github/workflows/pydesigner_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pydesigner_build.yml b/.github/workflows/pydesigner_build.yml index c08e93d..b9ead38 100644 --- a/.github/workflows/pydesigner_build.yml +++ b/.github/workflows/pydesigner_build.yml @@ -1,9 +1,9 @@ name: Docker Build and Push on: - pull_request: push: - branches: [main] + tags: + - '**' jobs: docker: