From eb79749a72df50ac20a52a848704466ffeb24108 Mon Sep 17 00:00:00 2001 From: Rob Warnaar Date: Mon, 11 Nov 2024 13:14:48 +0100 Subject: [PATCH] Fix Test-Sphinx try 3 --- .github/workflows/on-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index c67ff20e..2d26a73d 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -23,6 +23,7 @@ jobs: Test-Sphinx: runs-on: ubuntu-latest if: | + github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3