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