diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 91a34d75d..ff590ed3b 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -84,7 +84,7 @@ jobs: run: mvn -B install -D enable-ci --file pom.xml - name: Codecov Report if: matrix.os != 'windows' && matrix.java == '8' - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v1.5.0 # JDK 11+ - name: Maven Install without Code Coverage if: matrix.os == 'windows' && matrix.java != '8' diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index e8f2c9730..e39b306b4 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -1,7 +1,10 @@ name: Release Drafter -on: push +on: + push: + branches: + - main jobs: update_release_draft: diff --git a/pom.xml b/pom.xml index c5e5a6dec..790eaddc7 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ org.jacoco jacoco-maven-plugin - 0.8.6 + 0.8.7