Skip to content

Commit 0ae783b

Browse files
chore(internal): expand CI branch coverage (#2295)
1 parent 4e10c96 commit 0ae783b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Diff for: .github/workflows/ci.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: CI
22
on:
33
push:
4-
branches:
5-
- main
6-
pull_request:
7-
branches:
8-
- main
9-
- next
4+
branches-ignore:
5+
- 'generated'
6+
- 'codegen/**'
7+
- 'integrated/**'
8+
- 'preview-head/**'
9+
- 'preview-base/**'
10+
- 'preview/**'
1011

1112
jobs:
1213
lint:
1314
name: lint
1415
runs-on: ubuntu-latest
15-
1616
steps:
1717
- uses: actions/checkout@v4
1818

@@ -33,7 +33,6 @@ jobs:
3333
test:
3434
name: test
3535
runs-on: ubuntu-latest
36-
3736
steps:
3837
- uses: actions/checkout@v4
3938

0 commit comments

Comments
 (0)