ci: update branch name in release workflow config
This commit is contained in:
parent
774e55c6a6
commit
f4541c5d86
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "main"
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
|
Reference in a new issue