From bfc18a1c1965c22c5203a2748cfedc6a5bf6d307 Mon Sep 17 00:00:00 2001 From: EdoPro98 Date: Fri, 27 Sep 2024 12:59:09 +0200 Subject: [PATCH] Updatin CI workflow --- .github/workflows/deployonTestPyPi.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployonTestPyPi.yml b/.github/workflows/deployonTestPyPi.yml index 16e83c4..1ee6594 100644 --- a/.github/workflows/deployonTestPyPi.yml +++ b/.github/workflows/deployonTestPyPi.yml @@ -1,10 +1,13 @@ name: Build and upload to TestPyPI on: - workflow_dispatch: null - push: null + workflow_dispatch: + push: branches: - main - dev + release: + types: + - published concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -29,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: fail-fast: false - matrix: null + matrix: os: - ubuntu-latest - macos-latest