Skip to content

Commit c0702b8

Browse files
authored
Merge pull request #5559 from NomicFoundation/galargh/github-actions-updates
ci(v3): update GitHub actions and review workflow triggers
2 parents 9d948b9 + d0a047a commit c0702b8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/v-next-changesets-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Changesets
2+
23
on:
34
push:
45
branches:

.github/workflows/v-next-ci.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: vNext CI
22

33
on:
44
push:
5-
branches: v-next
6-
pull_request:
75
branches:
8-
- "**"
6+
- v-next
7+
paths:
8+
- ".github/workflows/v-next-ci.yml"
9+
- "v-next/**"
10+
- "config-v-next/**"
11+
pull_request:
912
paths:
13+
- ".github/workflows/v-next-ci.yml"
1014
- "v-next/**"
1115
- "config-v-next/**"
1216
workflow_dispatch:
@@ -66,7 +70,7 @@ jobs:
6670
steps:
6771
- uses: actions/checkout@v4
6872
- name: Install pnpm
69-
uses: pnpm/action-setup@v3
73+
uses: pnpm/action-setup@v4
7074
with:
7175
version: 9
7276
- uses: actions/setup-node@v4
@@ -99,7 +103,7 @@ jobs:
99103
steps:
100104
- uses: actions/checkout@v4
101105
- name: Install pnpm
102-
uses: pnpm/action-setup@v3
106+
uses: pnpm/action-setup@v4
103107
with:
104108
version: 9
105109
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)