From 1baba976240639e7af4cdb18e8d359d383254890 Mon Sep 17 00:00:00 2001 From: Sean Kinread Date: Fri, 24 Jan 2025 09:57:02 +1100 Subject: [PATCH] chore: `ci` workflow will ignore the `changeset-release` branches to avoid Chromatic hang --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df05f4f1..d0a641be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI -on: push +on: + push: + branches-ignore: + - 'changeset-release/**' jobs: test: