diff --git a/.github/workflows/github-actions-deploy-snapshots.yml b/.github/workflows/github-actions-deploy-snapshots.yml index bd1c4d3f..981874db 100644 --- a/.github/workflows/github-actions-deploy-snapshots.yml +++ b/.github/workflows/github-actions-deploy-snapshots.yml @@ -2,9 +2,7 @@ name: Maven Deploy Snapshots on: push: - branches: - - 'master' - - 'release/**' + branches: [ master ] jobs: build: