Skip to content

Commit

Permalink
chore: Exclude specific branches from linting and type checking workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
Ryan-Zayne committed Aug 24, 2024
1 parent c1abda8 commit b02643d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Size Limit
on:
pull_request:
push:
branches: main
# branches-ignore: changeset-release/**
branches: [main, "!changeset-release/**"]

permissions:
contents: read
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- "!**"

Expand Down

0 comments on commit b02643d

Please sign in to comment.