Update workflow branch trigger to master

Changed the GitHub Actions workflow trigger branch from 'main' to 'master' to align with the repository's branch naming convention.
This commit is contained in:
2025-07-13 17:43:00 +01:00
parent 612f82b316
commit 12bdb3ecf3

View File

@@ -3,7 +3,7 @@ name: Create Release
on:
push:
branches:
- main
- master
jobs:
release: