Skip to content

Commit c0d92df

Browse files
committed
Merge branch 'main' into beta
2 parents 44f8c25 + a81870b commit c0d92df

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- next
1313
- experimental
1414
- 4.x
15+
- 7.x
1516
pull_request:
1617
paths:
1718
- "packages/**"
@@ -34,7 +35,7 @@ jobs:
3435
- run: pnpm run test:lib
3536

3637
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' }}
3839
runs-on: ubuntu-latest
3940
needs: [CI]
4041
steps:

packages/next-safe-action/release.config.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ module.exports = {
2626
range: "4.x",
2727
channel: "4.x",
2828
},
29+
{
30+
name: "7.x",
31+
range: "7.x",
32+
channel: "7.x",
33+
},
2934
],
3035
plugins: [
3136
[

0 commit comments

Comments
 (0)