ci: add master branch trigger for release workflow
This commit is contained in:
parent
002ddd6dbe
commit
25ff804b76
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
|
Reference in a new issue