We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17cd47 commit 489be0dCopy full SHA for 489be0d
.github/workflows/build.yml
@@ -6,13 +6,13 @@ name: Tests
6
on:
7
workflow_dispatch:
8
push:
9
- branches:
10
- - 'main'
11
- - '3.11'
12
- - '3.10'
13
- - '3.9'
14
- - '3.8'
15
- - '3.7'
+# branches:
+# - 'main'
+# - '3.11'
+# - '3.10'
+# - '3.9'
+# - '3.8'
+# - '3.7'
16
pull_request:
17
branches:
18
- 'main'
.github/workflows/doc.yml
@@ -2,7 +2,7 @@ name: Docs
2
3
4
5
- #push:
+ push:
# branches:
# - 'main'
# - '3.11'
0 commit comments