From d2aa5b94fbfbfdfa3cfa326b044a102913c46683 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Mon, 26 Feb 2024 10:30:09 +0100 Subject: [PATCH] Run test-integration on release branch --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 4932f4601..114e0b1d6 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -2,7 +2,7 @@ name: test-integration on: pull_request: push: - branches: [ master, develop, feature/*, bugfix/* ] + branches: [ master, develop, feature/*, bugfix/*, release/* ] jobs: build: runs-on: ubuntu-latest