From be3e41393d7b21fb7770fec16ff1c8723afbc3a7 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 6 Oct 2021 18:49:36 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 788dc28a..5e8b454f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,15 +1,9 @@ name: Release -# on: -# push: -# tags: -# - v[0-9]+.* - on: push: - branches: [ main ] - pull_request: - branches: [ main ] + tags: + - v[0-9]+.* jobs: # the create-release would be used once we want to create a specific release based on if the commit has a tag