Skip to content

Commit b94dc40

Browse files
committed
ci: update workflows with 3.0 branch is now latest
Resolves #3955
1 parent 745169d commit b94dc40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/push-pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Push POTs
22
on:
33
push:
44
branches:
5-
- '3.0'
5+
- 'latest'
66
permissions:
77
contents: write
88
jobs:

.github/workflows/upload-docx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
branches:
66
- 'latest'
7-
- '3.0'
8-
- 'fix-docx'
7+
- '2.11'
98

109
jobs:
1110
generate-singlehtml:

0 commit comments

Comments
 (0)