diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 75d07b4..c62e6c4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,6 +16,7 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) steps: - uses: actions/checkout@v4 - name: Configure Git Credentials