Skip to content

Commit

Permalink
chore: update for 6.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 3, 2024
1 parent 4fa3245 commit 65c42b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- 6.x
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-latest-from-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
deploy-npm-latest-from-pre:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.x'
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
deploy-npm-latest:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.x'
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
deploy-npm-nightly:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/6.x'
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"npmClientArgs": ["--no-package-lock"]
},
"version": {
"allowBranch": "main",
"allowBranch": "6.x",
"conventionalCommits": true,
"createRelease": "github",
"message": "chore(release): publish [skip ci]",
Expand Down

0 comments on commit 65c42b8

Please sign in to comment.