Skip to content

Commit

Permalink
Merge pull request #5559 from NomicFoundation/galargh/github-actions-…
Browse files Browse the repository at this point in the history
…updates

ci(v3): update GitHub actions and review workflow triggers
  • Loading branch information
galargh authored Aug 2, 2024
2 parents 9d948b9 + d0a047a commit c0702b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/v-next-changesets-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Changesets

on:
push:
branches:
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/v-next-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: vNext CI

on:
push:
branches: v-next
pull_request:
branches:
- "**"
- v-next
paths:
- ".github/workflows/v-next-ci.yml"
- "v-next/**"
- "config-v-next/**"
pull_request:
paths:
- ".github/workflows/v-next-ci.yml"
- "v-next/**"
- "config-v-next/**"
workflow_dispatch:
Expand Down Expand Up @@ -66,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -99,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
Expand Down

0 comments on commit c0702b8

Please sign in to comment.