We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f0f09 commit 8b44caeCopy full SHA for 8b44cae
.github/workflows/pr_checks.yml
@@ -5,6 +5,7 @@ on:
5
types: [opened, synchronize, reopened]
6
paths-ignore:
7
- "docs/**"
8
+ - ".changeset/**"
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments