diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2d23a4faa..9e31d16d8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -27,7 +27,7 @@ jobs: deploy: needs: build runs-on: ubuntu-latest - if: ${{github.event_name=='push' && github.ref=='refs/heads/main'}} + if: ${{github.event_name=='push' && github.ref=='refs/heads/main' && github.repository_owner == 'sampsyo'}} steps: - name: Tailscale uses: tailscale/github-action@v2