Skip to content

Commit 8786036

Browse files
committed
Only run publish workflow on public repository
1 parent 3c2b2ea commit 8786036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
jobs:
1616
publish:
1717
runs-on: ubuntu-24.04
18+
if: github.repository == 'MediaComem/fibscale'
1819
permissions:
1920
contents: read
2021
packages: write

0 commit comments

Comments
 (0)