File tree 1 file changed +23
-23
lines changed
1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : main
6
6
paths-ignore :
7
- - ' docs/**'
8
- - ' playground/**'
9
- - ' examples/**'
7
+ - ' docs/**'
8
+ - ' playground/**'
9
+ - ' examples/**'
10
10
11
11
push :
12
12
branches :
13
- - ' **'
13
+ - ' **'
14
14
tags :
15
- - ' !**'
15
+ - ' !**'
16
16
paths-ignore :
17
- - ' docs/**'
18
- - ' playground/**'
19
- - ' examples/**'
17
+ - ' docs/**'
18
+ - ' playground/**'
19
+ - ' examples/**'
20
20
21
21
jobs :
22
22
build :
23
23
runs-on : ubuntu-latest
24
24
25
25
steps :
26
- - name : Checkout code
27
- uses : actions/checkout@v4
28
- with :
29
- fetch-depth : 0
30
- - uses : pnpm/action-setup@v4
31
- - uses : actions/setup-node@v4
32
- with :
33
- node-version : lts/*
34
- cache : pnpm
26
+ - name : Checkout code
27
+ uses : actions/checkout@v4
28
+ with :
29
+ fetch-depth : 0
30
+ - uses : pnpm/action-setup@v4
31
+ - uses : actions/setup-node@v4
32
+ with :
33
+ node-version : lts/*
34
+ cache : pnpm
35
35
36
- - name : Install
37
- run : pnpm install --frozen-lockfile
36
+ - name : Install
37
+ run : pnpm install --frozen-lockfile
38
38
39
- - name : Build
40
- run : pnpm build
39
+ - name : Build
40
+ run : pnpm build
41
41
42
- - name : Release
43
- run : pnpm dlx pkg-pr-new publish --compact --pnpm
42
+ - name : Release
43
+ run : pnpm dlx pkg-pr-new publish --compact --pnpm
You can’t perform that action at this time.
0 commit comments