Prepare API default branch protection (#311)

Add a stable Required CI gate, branch-protection desired state, and publishing runbook.
This commit is contained in:
Jeppe B
2026-07-16 12:38:01 +02:00
committed by GitHub
parent fefe18a719
commit c2abf17cd7
5 changed files with 161 additions and 5 deletions
+5 -3
View File
@@ -3,9 +3,11 @@ on:
workflow_dispatch:
pull_request:
push:
branches: # Specify your branches here
- main # The 'main' branch
- 'releases/*' # The release branches
branches:
- master
- beta
- canary
- internal
jobs:
qodana: