build(dev): update all github workflows with new default branch name

This commit is contained in:
Jacob Overgaard
2025-05-05 15:26:51 +02:00
parent 6f4a8a2041
commit 44552ccf75
4 changed files with 18 additions and 12 deletions

View File

@@ -4,15 +4,15 @@ on:
push:
branches:
- "*/dev"
- "*/contrib"
- "contrib"
- "*/main"
- "main"
- "release/*"
pull_request:
# The branches below must be a subset of the branches above
branches:
- "*/dev"
- "*/contrib"
- "contrib"
- "*/main"
- "main"
- "release/*"
schedule:
- cron: "33 2 * * 1"