Skip to content

Commit

Permalink
feat(ci): ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
LetTTGACO committed Apr 6, 2024
1 parent 0223ec4 commit e1afabc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: ['1.0']
branches: ['1.0-dev']
pull_request:
branches: ['1.0']
branches: ['1.0-dev']
jobs:
build:
runs-on: ubuntu-latest
Expand Down
9 changes: 2 additions & 7 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
* The default branch name. This tells "rush change" which remote branch to compare against.
* The default value is "main"
*/
"defaultBranch": "1.0",
"defaultBranch": "1.0-dev",

/**
* The default remote. This tells "rush change" which remote to compare against if the remote URL is
Expand Down Expand Up @@ -408,14 +408,12 @@
"packageName": "test-elog",
"projectFolder": "tests/test-elog",
"reviewCategory": "tests",
"versionPolicyName": "tests",
"shouldPublish": false
},
{
"packageName": "@elogx-test/elog",
"projectFolder": "packages/elog",
"reviewCategory": "package",
"versionPolicyName": "package",
"reviewCategory": "packages",
"shouldPublish": true
},
// {
Expand Down Expand Up @@ -450,7 +448,6 @@
"packageName": "@elogx-test/plugin-from-yuque",
"projectFolder": "playground/plugin-from-yuque",
"reviewCategory": "playground",
"versionPolicyName": "playground",
"shouldPublish": true
},
// {
Expand All @@ -471,7 +468,6 @@
"packageName": "@elogx-test/plugin-image-local",
"projectFolder": "playground/plugin-image-local",
"reviewCategory": "playground",
"versionPolicyName": "playground",
"shouldPublish": true
},
// {
Expand Down Expand Up @@ -513,7 +509,6 @@
"packageName": "@elogx-test/plugin-to-local",
"projectFolder": "playground/plugin-to-local",
"reviewCategory": "playground",
"versionPolicyName": "playground",
"shouldPublish": true
}
// {
Expand Down

0 comments on commit e1afabc

Please sign in to comment.