diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f0f8660..719f42f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,5 +1,7 @@ name: Integration tests -on: [pull_request] +on: + push: + branches: [PSG-3742-run-integration-tests] jobs: test: runs-on: ubuntu-latest