From eb771ed69e0381643195c45ffe0d06b01baf015c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maksym=20Smoli=C5=84ski?= Date: Wed, 10 Dec 2025 17:15:31 +0100 Subject: [PATCH] Update RavenClient.yml to target v7.1 branch for push and pull_request events --- .github/workflows/RavenClient.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RavenClient.yml b/.github/workflows/RavenClient.yml index 09f0fa8c..5249cf08 100644 --- a/.github/workflows/RavenClient.yml +++ b/.github/workflows/RavenClient.yml @@ -2,9 +2,9 @@ name: tests/node on: push: - branches: [ v7.0 ] + branches: [ v7.1 ] pull_request: - branches: [ v7.0 ] + branches: [ v7.1 ] schedule: - cron: '0 10 * * *' workflow_dispatch: