Skip to content

Commit 3403008

Browse files
committed
limit automatic publish to LoopKit
1 parent 0fa0ccf commit 3403008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write
18+
if: github.repository_owner == 'LoopKit'
1819
steps:
1920
- uses: actions/checkout@v4
2021
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)