From bb537159b830c612f0ebbf9641034d83cce3afce Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Wed, 1 May 2024 16:00:16 -0600 Subject: [PATCH] ci: Removing source package generation for feature/hardening Done testing generating source package so removing running this CI job on any branches and back to only release tags. Signed-off-by: Tyler Erickson --- .github/workflows/source-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/source-release.yml b/.github/workflows/source-release.yml index f90a3ff..33b04e7 100644 --- a/.github/workflows/source-release.yml +++ b/.github/workflows/source-release.yml @@ -4,7 +4,6 @@ name: Create Complete Source Archive on: push: tags: [ v* ] - branches: [ feature/hardening ] jobs: archive: