ci: add master branch trigger for release workflow

This commit is contained in:
We ball 2025-02-12 10:49:45 +01:00
parent 002ddd6dbe
commit 25ff804b76
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -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 }}