File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Changesets
2
+
2
3
on :
3
4
push :
4
5
branches :
Original file line number Diff line number Diff line change @@ -2,11 +2,15 @@ name: vNext CI
2
2
3
3
on :
4
4
push :
5
- branches : v-next
6
- pull_request :
7
5
branches :
8
- - " **"
6
+ - v-next
7
+ paths :
8
+ - " .github/workflows/v-next-ci.yml"
9
+ - " v-next/**"
10
+ - " config-v-next/**"
11
+ pull_request :
9
12
paths :
13
+ - " .github/workflows/v-next-ci.yml"
10
14
- " v-next/**"
11
15
- " config-v-next/**"
12
16
workflow_dispatch :
66
70
steps :
67
71
- uses : actions/checkout@v4
68
72
- name : Install pnpm
69
- uses : pnpm/action-setup@v3
73
+ uses : pnpm/action-setup@v4
70
74
with :
71
75
version : 9
72
76
- uses : actions/setup-node@v4
99
103
steps :
100
104
- uses : actions/checkout@v4
101
105
- name : Install pnpm
102
- uses : pnpm/action-setup@v3
106
+ uses : pnpm/action-setup@v4
103
107
with :
104
108
version : 9
105
109
- uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments