From b9f28092d8dd7474ed7b7e830bed8cf3f875ac1a Mon Sep 17 00:00:00 2001 From: Asaf Gardin Date: Mon, 29 Jan 2024 17:52:19 +0200 Subject: [PATCH 1/2] ci: rc branch trigger for integration test --- .github/workflows/integration-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 83291bbc..96806925 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - rc_* env: POETRY_VERSION: "1.7.1" From 8d894fc70d709ceac6323657ac6f4cf146aa7691 Mon Sep 17 00:00:00 2001 From: Asaf Gardin Date: Mon, 29 Jan 2024 17:52:48 +0200 Subject: [PATCH 2/2] fix: wrapped in quotes --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 96806925..ee23e90d 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - - rc_* + - "rc_*" env: POETRY_VERSION: "1.7.1"