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,6 +1,8 @@
|
|||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user