Skip to content

Commit

Permalink
Make actions run against 3.1.x branch (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak authored Mar 15, 2024
1 parent 1821ba3 commit 63a841f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Java CI with Maven

on:
push:
branches: [ main, 2.3.x, 2.4.x, 3.0.x ]
branches: [ main, 2.3.x, 2.4.x, 3.0.x, 3.1.x ]
pull_request:
branches: [ main, 2.3.x, 2.4.x, 3.0.x ]
branches: [ main, 2.3.x, 2.4.x, 3.0.x, 3.1.x ]

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- v2.4.*
- v3.0.*
- v3.1.*
- v3.2.*

env:
# https://github.com/actions/checkout/issues/440#issuecomment-854240996
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 3.1.x
- 3.0.x
- 2.4.x
- 2.3.x
Expand Down

0 comments on commit 63a841f

Please sign in to comment.