From 44fe418abcff2d40d75c7f16f7346f0392b3741c Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Thu, 26 Oct 2023 10:07:22 +0900 Subject: [PATCH] trigger it easily --- .github/workflows/ci-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index b9d2697..1b0078e 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -3,6 +3,8 @@ name: Build release on: workflow_dispatch: push: + branches: + - setup-py-build-pipy tags: - 'v*' @@ -40,7 +42,7 @@ jobs: pypi-token: ${{ secrets.PYPI_API_TOKEN }} - docker-build-documentqa: + docker-build: needs: [build] runs-on: ubuntu-latest