Skip to content

Commit

Permalink
Merge e5f7cdf into 76797a4
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Sep 4, 2023
2 parents 76797a4 + e5f7cdf commit 8e951f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Documentation Tests

on:
push:
tags-ignore:
- '*'
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -32,4 +34,4 @@ jobs:
distribution: 'temurin'
- name: Run doctests
run: |
mvn -Pdoctests test
mvn -Pdoctests test

0 comments on commit 8e951f0

Please sign in to comment.