From 79acd7871df721764250ed4ccc9da3e70fbc9fdc Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Fri, 14 Jul 2023 14:34:53 -0400 Subject: [PATCH] Attempt to test release workflow --- .github/workflows/release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f1d67dc8..48bd54e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,8 +5,10 @@ on: types: - completed push: - tags: - - 'v*' + branches: + - vio-3010-github-actions + # tags: + # - 'v*' jobs: release: