Skip to content

Commit

Permalink
Update Github actions to use 2.4.x branch. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak authored Feb 11, 2022
1 parent 7261227 commit 8abd2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: [ master, 2.3.x ]
branches: [ master, 2.3.x, 2.4.x ]
pull_request:
branches: [ master, 2.3.x ]
branches: [ master, 2.3.x, 2.4.x ]

jobs:
build:
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:
- 3.0.x
- 2.4.x
- 2.3.x
- 2.2.x
jobs:
Expand Down

0 comments on commit 8abd2a4

Please sign in to comment.