ci: update release workflow to include main branch trigger
All checks were successful
Release / Release (push) Successful in 32s

This commit is contained in:
Jan Gleytenhoover 2024-08-26 14:33:21 +02:00
parent 5cdf26e742
commit 6acb2e1e31
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -1,6 +1,8 @@
name: Release
on:
push:
branches:
- main
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}