From cf7b4f810839ebfddce9ef09bf2eb6ae4e5fb345 Mon Sep 17 00:00:00 2001 From: Lucas Gameiro Borges Date: Fri, 2 Aug 2024 21:12:21 -0300 Subject: [PATCH] add on worflow dispatch --- .github/workflows/release.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb99d8f590..fdbeb8eac7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,16 +3,7 @@ name: Release to Charmhub on: - push: - branches: - - main - paths-ignore: - - 'tests/**' - - 'docs/**' - - .github/renovate.json5 - - pyproject.toml - - '.github/workflows/ci.yaml' - - '.github/workflows/lib-check.yaml' + workflow_dispatch: jobs: ci-tests: