diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index fa02b6dcc..f4eb6c16a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -19,7 +19,14 @@ name: Verify on: push: + branches: [ master ] pull_request: + branches: [ master ] + +# allow single build per branch or PR +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: