Skip to content

Commit

Permalink
WIP Test-Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
rspwarnaarUT committed Nov 11, 2024
1 parent 00a9e48 commit 30080a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
Test-Sphinx:
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request_target'
github.event_name == 'pull_request' &&
github.event.pull_request.base.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 30080a3

Please sign in to comment.