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 195fc08 commit dd95606Copy full SHA for dd95606
.github/workflows/ci-rsc.yml
@@ -4,6 +4,10 @@ name: ci-rsc
4
branches:
5
- main
6
pull_request:
7
+ paths:
8
+ - "packages/plugin-rsc/**"
9
+ - "pnpm-lock.yaml"
10
+ - ".github/workflows/ci-rsc.yml"
11
12
concurrency:
13
group: ci-${{ github.event.pull_request.number || github.ref }}
0 commit comments