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