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