From a243dd3a8a5740834581ff34b2897e2a89d71e0c Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Thu, 4 Jul 2024 14:50:27 +0100 Subject: [PATCH] fix: remove requirement from branch input --- .github/workflows/build-release-artifacts.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index 5d6f61f5fd..05010b5553 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -6,12 +6,9 @@ on: branch: description: The branch to build. type: string - required: true - default: main tag: description: The tag to build. type: string - required: false # Copied from `release.yml` # During the build step, the env variable has to be manually sent to the containers for cross platform builds.