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 14067c7 commit 08c00caCopy full SHA for 08c00ca
.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