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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "main"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
Reference in a new issue