ci: restrict sync-website workflow to main repo

This commit is contained in:
xtheeq 2026-05-21 15:17:06 +05:30 committed by DreamMaoMao
parent b042b2fecc
commit 7bf14ac900

View file

@ -12,6 +12,7 @@ concurrency:
jobs:
sync-website:
if: github.repository == 'mangowm/mango'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4