Skip to content

Commit

Permalink
ci: rename the v6 branch to beta
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
KengoTODA committed Aug 13, 2023
1 parent bcf4706 commit b2e08d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
push:
branches:
- master
- v6
- beta
pull_request:
branches:
- master
- v6
- beta

jobs:
CodeQL-Build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- master
- v6
- beta
pull_request:
branches:
- master
- v6
- beta

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"channel": "beta",
"name": "v6",
"name": "beta",
"prerelease": true
}
],
Expand Down

0 comments on commit b2e08d8

Please sign in to comment.