ci: update release workflow to include main branch trigger
All checks were successful
Release / Release (push) Successful in 32s
All checks were successful
Release / Release (push) Successful in 32s
This commit is contained in:
parent
5cdf26e742
commit
6acb2e1e31
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue