diff --git a/.github/workflows/build-and-test-on-pr-open.yml b/.github/workflows/build-and-test-on-pr-open.yml index d5ffbaf..bd9ce71 100644 --- a/.github/workflows/build-and-test-on-pr-open.yml +++ b/.github/workflows/build-and-test-on-pr-open.yml @@ -1,11 +1,8 @@ -# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created -# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path - name: Run Tests on: pull_request: -# types: [ opened, reopened ] +# types: [opened, reopened, synchronize, edited] branches: [ "main" ] concurrency: @@ -36,4 +33,4 @@ jobs: run: mvn --file pom.xml -U clean test -Punit-tests - name: Run integration tests - run: mvn --file pom.xml -U clean verify -Pintegration-tests \ No newline at end of file + run: mvn --file pom.xml -U clean verify -Pintegration-tests