From 0cd8b94ca604d507e880ad1d6838f602f6410173 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:02:39 +0200 Subject: [PATCH] chore: switch release pipeline to manual triggering (#56) Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- .github/workflows/cd.yml | 4 +--- .github/workflows/ci.yml | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 31a6e95..6ce4e20 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,9 +1,7 @@ name: "Run CD" on: - push: - branches: - - main + workflow_dispatch: env: # disable keyring (https://github.com/actions/runner-images/issues/6185): diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec5b54..01d4817 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: push: branches: - "**" - - "!main" - "!gh-pages" env: @@ -26,4 +25,4 @@ jobs: # - uses: ./.github/actions/setup-poetry # - name: Build docs # run: poetry run mkdocs build --verbose --clean - \ No newline at end of file +