From e3c989d93e914e6502bd5a72f15ded49a135c5be Mon Sep 17 00:00:00 2001 From: Chayim Date: Thu, 17 Feb 2022 11:17:23 +0200 Subject: [PATCH] Ensuring CI runs against integration branches (#1995) --- .github/workflows/integration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a73bb71160..1d8a33a22a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -8,9 +8,11 @@ on: - '**/*.md' branches: - master + - '[0-9].[0-9]' pull_request: branches: - master + - '[0-9].[0-9]' jobs: