File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/next-safe-action Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 12
12
- next
13
13
- experimental
14
14
- 4.x
15
+ - 7.x
15
16
pull_request :
16
17
paths :
17
18
- " packages/**"
34
35
- run : pnpm run test:lib
35
36
36
37
CD :
37
- if : ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/experimental' || github.ref == 'refs/heads/4.x' }}
38
+ if : ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/experimental' || github.ref == 'refs/heads/4.x' || github.ref == 'refs/heads/7.x' }}
38
39
runs-on : ubuntu-latest
39
40
needs : [CI]
40
41
steps :
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ module.exports = {
26
26
range : "4.x" ,
27
27
channel : "4.x" ,
28
28
} ,
29
+ {
30
+ name : "7.x" ,
31
+ range : "7.x" ,
32
+ channel : "7.x" ,
33
+ } ,
29
34
] ,
30
35
plugins : [
31
36
[
You can’t perform that action at this time.
0 commit comments