release #4

Merged
jank merged 3 commits from main into release 2025-06-19 12:13:54 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8bfcadd11f - Show all commits

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",