From 3ece2f68f77aac039e08d782a40aba3f52dfd66d Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 18 Nov 2024 12:00:37 +0100 Subject: [PATCH] fix(ci): run release workflow only on main repository --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309707e1..0b837157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,7 @@ jobs: - test - lint - commitlint + if: ${{ github.repository_owner }} == "python-zeroconf" runs-on: ubuntu-latest environment: release