From 5a3836b2a1f58022ba7415f48b18b70399f96192 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 22 Nov 2022 13:29:12 -0500 Subject: [PATCH] Just do it on tags. --- .github/workflows/release_builds.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 0e0ec655..adc890ef 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -1,10 +1,8 @@ name: Release Builds on: - - workflow_dispatch - - push -# push: -# tags: [ v* ] + push: + tags: [ v* ] jobs: create_frontend_docker_container: