From 0af84f17ce3a283e2e923b2cfd511f66209c59ba Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Fri, 3 Jan 2025 19:25:40 -0800 Subject: [PATCH] now test hyper release instead --- .github/workflows/basic_cli_build_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic_cli_build_release.yml b/.github/workflows/basic_cli_build_release.yml index 3f7f1f135c2..bf69a078b60 100644 --- a/.github/workflows/basic_cli_build_release.yml +++ b/.github/workflows/basic_cli_build_release.yml @@ -1,5 +1,5 @@ on: -# pull_request: + pull_request: workflow_dispatch: # this cancels workflows currently in progress if you start a new one @@ -11,7 +11,7 @@ env: # use .tar.gz for quick testing ARCHIVE_FORMAT: .tar.br # Make a new basic-cli git tag and set it here before starting this workflow - RELEASE_TAG: 0.19.0-sqlite + RELEASE_TAG: upgrade-hyper-testing jobs: prepare: