fix(workflow): change default branch from 'main' to 'master'

This commit is contained in:
Daniel Sogl
2025-06-07 14:24:26 +02:00
parent 9e997d7685
commit 8876c53e3b
+1 -1
View File
@@ -3,7 +3,7 @@ name: Release Please
on:
push:
branches:
- main
- master
# Manual trigger as backup
workflow_dispatch: