Skip to content

Commit

Permalink
ci: update workflows with 3.0 branch is now latest
Browse files Browse the repository at this point in the history
Resolves #3955
  • Loading branch information
lastoCHka42 committed Jan 10, 2024
1 parent 745169d commit b94dc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push POTs
on:
push:
branches:
- '3.0'
- 'latest'
permissions:
contents: write
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-docx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
branches:
- 'latest'
- '3.0'
- 'fix-docx'
- '2.11'

jobs:
generate-singlehtml:
Expand Down

0 comments on commit b94dc40

Please sign in to comment.