From 8557cc3ccff6baad95467f63fa69763488eb08e7 Mon Sep 17 00:00:00 2001 From: John White <750350+johnhwhite@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:32:29 -0500 Subject: [PATCH] Set up 9.x.x LTS branch --- .github/workflows/skyux-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/skyux-ci.yml b/.github/workflows/skyux-ci.yml index b1ac6c5..736d64b 100644 --- a/.github/workflows/skyux-ci.yml +++ b/.github/workflows/skyux-ci.yml @@ -3,10 +3,10 @@ name: SKY UX CI on: pull_request: branches: - - master + - 9.x.x push: branches: - - master + - 9.x.x tags: - '*.*.*'