From 89d4909a943eda2a229fee10414584dbe931df16 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:33:59 +0200 Subject: [PATCH] basic-cli test release --- .github/workflows/basic_cli_build_release.yml | 4 ++-- .github/workflows/ci_manager.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/basic_cli_build_release.yml b/.github/workflows/basic_cli_build_release.yml index 7b87df95490..c48470cf899 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.14.0 + RELEASE_TAG: 0.15.0-testing jobs: prepare: diff --git a/.github/workflows/ci_manager.yml b/.github/workflows/ci_manager.yml index f0548533f33..8a55c6c334c 100644 --- a/.github/workflows/ci_manager.yml +++ b/.github/workflows/ci_manager.yml @@ -1,5 +1,5 @@ on: - pull_request: + #pull_request: name: CI manager