diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index a99b14e5b..ff403e9e8 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -2,8 +2,10 @@ name: Integration tests on: push: - branches-ignore: - - main + branches: + - dev + - next + pull_request: jobs: tests: