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

Skip to content

Commit 681fccf

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

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.event.repository.fork }} == "false"
100101

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

0 commit comments

Comments
 (0)
0