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

@@ -3,16 +3,18 @@ name: Test Backoffice
on:
push:
branches:
- contrib
- main
- release/*
- v*/dev
- v*/main
paths:
- src/Umbraco.Web.UI.Client/**
pull_request:
branches:
- contrib
- main
- release/*
- v*/dev
- v*/main
paths:
- src/Umbraco.Web.UI.Client/**