fix(ci): it's called master, not main

This commit is contained in:
Samuel Åkesson
2026-04-10 19:09:23 +02:00
parent b554960968
commit 9f67a6e65e

View File

@@ -9,10 +9,10 @@ on:
workflow_dispatch:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
# ensure that the workflow is only triggered once per PR,
# subsequent pushes to the PR will cancel and restart the workflow.