From 85ccd2bdc00e70e933cdc5b59544ad3c38a2f35f Mon Sep 17 00:00:00 2001 From: Gcolon021 <34667267+Gcolon021@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:20:38 -0400 Subject: [PATCH] Update github-actions-deploy-snapshots.yml Revert change to github action --- .github/workflows/github-actions-deploy-snapshots.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: