10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cbc6d commit 192ec22Copy full SHA for 192ec22
.github/workflows/ci.yml
@@ -1,19 +1,17 @@
1
name: CI
2
on:
3
push:
4
- branches-ignore:
5
- - 'generated'
6
- - 'codegen/**'
7
- - 'integrated/**'
8
- - 'preview-head/**'
9
- - 'preview-base/**'
10
- - 'preview/**'
+ branches:
+ - main
+ pull_request:
+ - next
11
12
jobs:
13
lint:
14
name: lint
15
runs-on: ubuntu-latest
16
-
17
steps:
18
- uses: actions/checkout@v4
19
0 commit comments