diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4faf3c8..9e0ef07 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,9 +2,9 @@ name: Build and Release on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: BUILD_NUMBER: ${{ github.run_number }}