File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
packages/next-safe-action Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33
33
- run : pnpm run test:lib
34
34
35
35
CD :
36
- if : ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/4.x' }}
36
+ 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' }}
37
37
runs-on : ubuntu-latest
38
38
needs : [CI]
39
39
steps :
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ module.exports = {
11
11
channel : "next" ,
12
12
prerelease : true ,
13
13
} ,
14
+ {
15
+ name : "experimental" ,
16
+ channel : "experimental" ,
17
+ prerelease : true ,
18
+ } ,
14
19
{
15
20
name : "beta" ,
16
21
channel : "beta" ,
You can’t perform that action at this time.
0 commit comments