We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55d0221 + 60ba2cb commit a0d4331Copy full SHA for a0d4331
1 file changed
.github/workflows/sphinxbuild.yml
@@ -1,7 +1,11 @@
1
name: "Pull Request Docs Check"
2
+
3
on:
-- pull_request
4
-- push
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
+ - stable*
9
10
jobs:
11
user_manual:
0 commit comments