diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 0f8f4064..b092b9ab 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -1,6 +1,9 @@ name: Continuous integration on: + push: + branches: + - develop pull_request: branches: - develop @@ -65,4 +68,4 @@ jobs: - name: Build with Maven env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mvn -B package --file pom.xml --settings ci/settings.xml \ No newline at end of file + run: mvn -B package --file pom.xml --settings ci/settings.xml