We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665afc1 commit e66ab45Copy full SHA for e66ab45
.github/workflows/docs.yml
@@ -1,6 +1,10 @@
1
name: Documentation
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
check-docstrings:
0 commit comments