diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 97cfff7401a..c91f7787a94 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -1,12 +1,12 @@ name: "Integration Tests" on: - pull_request: - types: [ opened, synchronize, reopened ] + push: + paths: + - 'openfeature/provider_tests/**' jobs: integration-tests: name: Integration Tests - if: startsWith( github.ref_name, 'dependabot/maven/openfeature/provider_tests') runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/openfeature/provider_tests/java-integration-tests/pom.xml b/openfeature/provider_tests/java-integration-tests/pom.xml index 21c0ebf335f..19a33da4be0 100644 --- a/openfeature/provider_tests/java-integration-tests/pom.xml +++ b/openfeature/provider_tests/java-integration-tests/pom.xml @@ -29,7 +29,7 @@ dev.openfeature.contrib.providers go-feature-flag - 0.2.3 + 0.2.4