Skip to content

Commit

Permalink
[build] Add 1.13.x branch to GitHub action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Nov 11, 2023
1 parent 3ee445e commit 4089de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ permissions:
on:
workflow_dispatch: { }
push:
branches: [ main, '1.12.x', '1.11.x', '1.10.x' ]
branches: [ main, '1.13.x', '1.12.x', '1.11.x', '1.10.x' ]
pull_request:
branches: [ main, '1.12.x', '1.11.x', '1.10.x' ]
branches: [ main, '1.13.x', '1.12.x', '1.11.x', '1.10.x' ]

jobs:
build:
Expand Down

0 comments on commit 4089de3

Please sign in to comment.