Skip to content

Commit 19203d0

Browse files
chore(internal): reduce CI branch coverage
1 parent 77f2bd3 commit 19203d0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: CI
22

33
on:
44
push:
5-
branches-ignore:
6-
- 'generated'
7-
- 'codegen/**'
8-
- 'integrated/**'
9-
- 'preview-head/**'
10-
- 'preview-base/**'
11-
- 'preview/**'
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
- next
1211

1312
concurrency:
1413
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)