fix(ci): prevent publish workflow from running on forks (#34)

This commit is contained in:
Junho Yeo
2025-12-13 14:48:18 +09:00
committed by GitHub
parent f2b070cd0b
commit 356bd1dff3

View File

@@ -26,6 +26,7 @@ permissions:
jobs:
publish:
runs-on: ubuntu-latest
if: github.repository == 'code-yeongyu/oh-my-opencode'
steps:
- uses: actions/checkout@v4
with: