Skip to content

Commit 3b674ac

Browse files
chore(internal): reduce CI branch coverage
1 parent 7d00669 commit 3b674ac

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

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

1211
jobs:
1312
lint:
1413
name: lint
1514
runs-on: ubuntu-latest
16-
1715
steps:
1816
- uses: actions/checkout@v4
1917

0 commit comments

Comments
 (0)