From 342bf0ecb93bf71000cbc76d538651b00b123e84 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 19 Feb 2026 14:46:55 +0100 Subject: [PATCH] Update GitHub action branch triggers. See #3457 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/snapshots.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee49aa243..58abde20e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ -name: CI Build +name: CI 3.5.x on: workflow_dispatch: push: - branches: [ main, 4.0.x, 3.5.x, 'issue/**' ] + branches: [ 3.5.x, 'issue/3.5.x/**' ] permissions: read-all diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index a7243f69a..61ae5636a 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -3,7 +3,7 @@ name: Snapshots on: workflow_dispatch: push: - branches: [ main, 4.0.x, 3.5.x, 'issue/**' ] + branches: [ 3.5.x, 'issue/3.5.x/**' ] permissions: read-all