From b02643d886405afab6d16a288c80239273e73da5 Mon Sep 17 00:00:00 2001 From: Ryan Zayne Date: Sat, 24 Aug 2024 21:43:44 +0100 Subject: [PATCH] chore: Exclude specific branches from linting and type checking workflows --- .github/workflows/size-limit.yml | 3 +-- .github/workflows/test-release.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index a0c3777..b4ed773 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -3,8 +3,7 @@ name: Size Limit on: pull_request: push: - branches: main - # branches-ignore: changeset-release/** + branches: [main, "!changeset-release/**"] permissions: contents: read diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 9d372d6..dab6a23 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -2,8 +2,7 @@ name: Publish every commit to pkg.pr.new on: pull_request: push: - branches: main - # branches-ignore: changeset-release/** + branches: [main, "!changeset-release/**"] tags: - "!**"