We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c20f1 commit 63918c3Copy full SHA for 63918c3
.github/workflows/docs.yml
@@ -1,6 +1,12 @@
1
name: Docs
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
11
env:
12
PY_COLORS: 1
.github/workflows/lint.yml
name: Lint
.github/workflows/test.yml
name: Test
0 commit comments