Skip to content

Commit 38348a6

Browse files
authored
Merge branch 'v-next' into galargh/github-actions-caching
2 parents fafd05e + c0702b8 commit 38348a6

File tree

7 files changed

+2020
-210
lines changed

7 files changed

+2020
-210
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

+7-3
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:

0 commit comments

Comments
 (0)