diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 1b78b95154..5d77df4e48 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -1,6 +1,12 @@ name: Integration tests on: pull_request: + types: + - opened + - reopened + - labeled + - unlabeled + - synchronize branches: - main - stable-*