fix: Fix releases
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s

This commit is contained in:
Jan K9f 2025-06-19 14:12:27 +02:00
commit 8bfcadd11f
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- "main"
- "release"
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}

View file

@ -1,5 +1,5 @@
module.exports = {
branches: ["main"],
branches: ["release"],
plugins: [
[
"@semantic-release/commit-analyzer",