From 8c725806b19e96f4bf9e34eecc34067f0c88be43 Mon Sep 17 00:00:00 2001 From: James Beard Date: Tue, 6 Aug 2024 14:44:41 +1000 Subject: [PATCH] Add support/6.x branch to CI config, so related activity prompts a build and test cycle. --- .github/workflows/turf.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index ca2efa188d..9c4b2364bc 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -2,9 +2,13 @@ name: CI build on: push: - branches: [master] + branches: + - master + - support/6.x pull_request: - branches: [master] + branches: + - master + - support/6.x permissions: contents: read