Skip to content

Commit

Permalink
adjust github actions to 1.x branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 16, 2023
1 parent 617a203 commit c073121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- 1.x
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs_1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'deploy_docs_1x'
on:
push:
branches:
- master
- 1.x
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# The GitHub branch name for this version of the docs
# for edit links to point at.
branch = 'master'
branch = '1.x'

# Current version being built
version = '1.x'
Expand Down

0 comments on commit c073121

Please sign in to comment.