diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index b71eb0ba..48671a22 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ main, 4.2.x, 4.1.x, 4.0.x, 3.1.x ] + branches: [ main, 4.3.x, 4.2.x, 4.1.x, 4.0.x, 3.1.x ] pull_request: - branches: [ main, 4.2.x, 4.1.x, 4.0.x, 3.1.x ] + branches: [ main, 4.3.x, 4.2.x, 4.1.x, 4.0.x, 3.1.x ] jobs: build: