We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359070f commit 7d00669Copy full SHA for 7d00669
.github/workflows/ci.yml
@@ -1,18 +1,18 @@
1
name: CI
2
on:
3
push:
4
- branches:
5
- - main
6
- pull_request:
7
8
9
- - next
+ branches-ignore:
+ - 'generated'
+ - 'codegen/**'
+ - 'integrated/**'
+ - 'preview-head/**'
+ - 'preview-base/**'
10
+ - 'preview/**'
11
12
jobs:
13
lint:
14
name: lint
15
runs-on: ubuntu-latest
-
16
17
steps:
18
- uses: actions/checkout@v4
@@ -27,7 +27,6 @@ jobs:
27
test:
28
name: test
29
30
31
32
33
0 commit comments