refactor: allow docs CI workflow to make PRs (#1046)

This commit is contained in:
Juro Oravec 2025-03-20 14:34:49 +01:00 committed by GitHub
parent f54f3ccb0b
commit 173537ef36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@ jobs:
contents: write # to let mkdocs write the new docs
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
pull-requests: write # to merge to master via PR
runs-on: ubuntu-latest
# Only run in original repo (not in forks)
if: github.repository == 'django-components/django-components'