From 0e3e41287a7a898ec8181f103da773e0d600357f Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Tue, 19 Mar 2024 16:25:38 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20publish=20pypi=20branch=20?= =?UTF-8?q?limitations=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/workflows/publish-test.yml | 2 ++ .github/workflows/publish.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index f5a562d2..a07af1d3 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -5,6 +5,8 @@ on: - '[0-9]+.[0-9]+[0-9]+.[0-9]+a[0-9]' - '[0-9]+.[0-9]+[0-9]+.[0-9]+b[0-9]' - '[0-9]+.[0-9]+[0-9]+.[0-9]+rc[0-9]' + branches: + - develop # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b04e4538..bd748b06 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,8 @@ on: push: tags: - '[0-9]+.[0-9]+[0-9]+.[0-9]' + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: