diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 61ad217..e7d65c0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,7 @@ name: Java CI with Maven on: push: - branches: [ master ] + branches: [ master, develop ] pull_request: types: [opened, synchronize, reopened]