Skip to content

Commit 9cfb7a4

Browse files
committed
fix: also run docstring tests on PR
1 parent 56aa2bd commit 9cfb7a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-docstrings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
main
6+
pull_request:
7+
branches:
8+
main
69
workflow_dispatch:
710
jobs:
811
docstring-tests:

0 commit comments

Comments
 (0)