Skip to content

Commit 121cc4c

Browse files
chore(internal): expand CI branch coverage
1 parent 3508728 commit 121cc4c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
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

0 commit comments

Comments
 (0)