Skip to content

Commit 8b44cae

Browse files
committed
disable pr checks for changeset commits..
1 parent b5f0f09 commit 8b44cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [opened, synchronize, reopened]
66
paths-ignore:
77
- "docs/**"
8+
- ".changeset/**"
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)