8000 fix(ci): run release workflow only on main repository · python-zeroconf/python-zeroconf@3ece2f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ece2f6

Browse files
committed
fix(ci): run release workflow only on main repository
1 parent 16f9527 commit 3ece2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- test
9898
- lint
9999
- commitlint
100+
if: ${{ github.repository_owner }} == "python-zeroconf"
< 450C code>100101

101102
runs-on: ubuntu-latest
102103
environment: release

0 commit comments

Comments
 (0)
0