fix: update branch references from 'main' to 'master' in CI workflow
Some checks failed
Continuous Integration / Build and Test on ubuntu-latest (push) Failing after 1m52s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled

This commit is contained in:
2025-08-24 14:26:21 +02:00
parent 73f6f74a71
commit 8745c2627e

View File

@@ -2,9 +2,9 @@ name: Continuous Integration
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
workflow_dispatch:
jobs: