diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb50d4..a10186a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + if: github.event.repository.fork == false steps: - uses: actions/checkout@v4 - name: Configure Git Credentials