From 527eed5a90c83071f5346273426bd0fd20089a60 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Thu, 10 Oct 2024 16:16:13 +0200 Subject: [PATCH] Update integration_tests.yml --- .github/workflows/integration_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: