chore: Create release branch
Some checks failed
Release / Release (push) Failing after 34s

This commit is contained in:
Jan K9f 2025-06-19 10:18:02 +02:00
commit ff50c291a7
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",