From b579e54ce4977ed9b2ff861af5475080d2b4f6ae Mon Sep 17 00:00:00 2001 From: Arvyd Paeglit Date: Wed, 28 Aug 2024 15:36:08 +0200 Subject: [PATCH] chore: modified Github action to release new stable versions manually (#521) --- .github/workflows/release-stable.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-stable.yaml b/.github/workflows/release-stable.yaml index 5f0fa1d08..8685a4653 100644 --- a/.github/workflows/release-stable.yaml +++ b/.github/workflows/release-stable.yaml @@ -2,8 +2,10 @@ name: Build and Release on: workflow_dispatch: - schedule: - - cron: '0 9 * * 2' # every Tuesday at 9 am UTC + branches: + - main + # schedule: TODO: align release schedule with CLI + # - cron: '0 9 * * 2' # every Tuesday at 9 am UTC jobs: build: