chore(internal): expand CI branch coverage (#369)

This commit is contained in:
stainless-app[bot]
2025-04-09 16:31:49 +00:00
parent e1d5123160
commit 17cbc6d2c8

View File

@@ -1,18 +1,18 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
- next
branches-ignore:
- 'generated'
- 'codegen/**'
- 'integrated/**'
- 'preview-head/**'
- 'preview-base/**'
- 'preview/**'
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -27,7 +27,6 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4