This commit is contained in:
parent
9c16070b54
commit
ff50c291a7
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "release"
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
branches: ["main"],
|
||||
branches: ["release"],
|
||||
plugins: [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue