ci: restrict sync-website workflow to main repo

This commit is contained in:
xtheeq 2026-05-21 15:17:06 +05:30
parent 9e4fade55e
commit bb72b63783

View file

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