diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 12ba889..206dcb2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -4,9 +4,9 @@ name: CDPROD on: push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "feature-branch" ] + #pull_request: + #branches: [ "feature-branch" ] jobs: build: