diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c1b14837..a1fcbc58 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ 3.1.x ] + branches: [ main ] pull_request: - branches: [ 3.1.x ] + branches: [ main ] jobs: build: