Skip to content

Commit 16d54e9

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 bcfc576 commit 16d54e9

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

@@ -120,7 +121,7 @@ jobs:
120121
- run: pnpm run bootstrap
121122
- run: pnpm test
122123
weak-node-api-tests:
123-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'weak-node-api')
124+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || contains(github.event.pull_request.labels.*.name, 'weak-node-api')
124125
strategy:
125126
fail-fast: false
126127
matrix:
@@ -156,7 +157,7 @@ jobs:
156157
ctest --test-dir build --output-on-failure
157158
working-directory: packages/weak-node-api
158159
test-ios:
159-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
160+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
160161
name: Test app (iOS)
161162
runs-on: macos-latest
162163
steps:
@@ -338,7 +339,7 @@ jobs:
338339
name: emulator-logcat
339340
path: apps/test-app/emulator-logcat.txt
340341
test-ferric-apple-triplets:
341-
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Ferric 🦀')
342+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || contains(github.event.pull_request.labels.*.name, 'Ferric 🦀')
342343
name: Test ferric Apple triplets
343344
runs-on: macos-latest
344345
steps:

0 commit comments

Comments
 (0)