Skip to content

Commit 5e10189

Browse files
kraenhansenclaude
andcommitted
Run Check on the next branch too
Now that next is the default branch, pushes to it should get the same coverage main gets, including the jobs gated on being on the trunk. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 13b5b99 commit 5e10189

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
push:
1919
branches:
2020
- main
21+
- next
2122
pull_request:
2223
types: [opened, synchronize, reopened]
2324

@@ -107,7 +108,7 @@ jobs:
107108
- run: pnpm run bootstrap
108109
- run: pnpm test
109110
weak-node-api-tests:
110-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'weak-node-api')
111+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || contains(github.event.pull_request.labels.*.name, 'weak-node-api')
111112
strategy:
112113
fail-fast: false
113114
matrix:
@@ -143,7 +144,7 @@ jobs:
143144
ctest --test-dir build --output-on-failure
144145
working-directory: packages/weak-node-api
145146
test-ios:
146-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
147+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
147148
name: Test app (iOS)
148149
runs-on: macos-latest
149150
steps:
@@ -325,7 +326,7 @@ jobs:
325326
name: emulator-logcat
326327
path: apps/test-app/emulator-logcat.txt
327328
test-ferric-apple-triplets:
328-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Ferric 🦀')
329+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || contains(github.event.pull_request.labels.*.name, 'Ferric 🦀')
329330
name: Test ferric Apple triplets
330331
runs-on: macos-latest
331332
steps:

0 commit comments

Comments
 (0)