fix: Only run release on release branch

This commit is contained in:
Jan K9f 2025-06-19 13:50:02 +02:00
commit 33edb979d8
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",