From e8a6d1cf21b64161c428941bbbae9ab4167b582b Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 22 Nov 2022 13:28:01 -0500 Subject: [PATCH] Getting the darn thing to trigger. --- .github/workflows/release_builds.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 6767895c..0e0ec655 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -1,9 +1,10 @@ name: Release Builds on: - workflow_dispatch: - push: - tags: [ v* ] + - workflow_dispatch + - push +# push: +# tags: [ v* ] jobs: create_frontend_docker_container: