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 617a203 commit c073121Copy full SHA for c073121
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - 1.x
7
pull_request:
8
9
- '*'
.github/workflows/deploy_docs_1x.yml
@@ -4,7 +4,7 @@ name: 'deploy_docs_1x'
workflow_dispatch:
10
jobs:
docs/config/all.py
@@ -31,7 +31,7 @@
31
32
# The GitHub branch name for this version of the docs
33
# for edit links to point at.
34
-branch = 'master'
+branch = '1.x'
35
36
# Current version being built
37
version = '1.x'
0 commit comments