diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e334cb9d06..4d273d29b3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -3,7 +3,10 @@ name: Integration tests on: push: tags-ignore: - - "*" + - '**' + pull_request: + branches: + - '**' jobs: integration-tests: