From 9f3bd427aa85c27e622aefec7ef13b9c84ffc2e4 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 23 Sep 2023 00:23:07 +0200 Subject: [PATCH] ci: run 3rd party integration tests on commit on maint-3.1 branch --- .github/workflows/3rd-party-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index 0a30728c5..22e3e06d4 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -4,6 +4,7 @@ on: push: branches: - "master" + - "maint-3.1" - "sqlalchemy_pipeline" - "django_pipeline" paths-ignore: -- 2.47.3