Skip to content

Commit

Permalink
Add jazzy to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 29, 2024
1 parent 86b26df commit 5956286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, master]
BRANCH: [humble, iron, jazzy, master]
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sphinx-check-page-multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
options:
- humble
- iron
- jazzy
- master
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-check-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, master]
BRANCH: [humble, iron, jazzy, master]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5956286

Please sign in to comment.