Skip to content

Commit c073121

Browse files
committed
adjust github actions to 1.x branch name
1 parent 617a203 commit c073121

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- 1.x
77
pull_request:
88
branches:
99
- '*'

.github/workflows/deploy_docs_1x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 'deploy_docs_1x'
44
on:
55
push:
66
branches:
7-
- master
7+
- 1.x
88
workflow_dispatch:
99

1010
jobs:

docs/config/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# The GitHub branch name for this version of the docs
3333
# for edit links to point at.
34-
branch = 'master'
34+
branch = '1.x'
3535

3636
# Current version being built
3737
version = '1.x'

0 commit comments

Comments
 (0)