Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit c511e06

Browse files
authored
Update build-docs.yaml
1 parent 09105d0 commit c511e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Documentation"
33
on: # yamllint disable-line rule:truthy
44
push:
55
branches:
6-
- "main"
6+
- "*.x"
77
pull_request: null
88

99
jobs:
@@ -58,4 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
61+
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)