ci: run build-tests and deploy-docs on any release branch #54

Merged
sid merged 1 commit from develop into release-25.11 2026-05-31 20:10:44 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 36d28a6a4b - Show all commits

View file

@ -4,7 +4,7 @@ name: Build tests
on:
pull_request:
branches:
- release-25.11
- release-*
jobs:
build-hosts:

View file

@ -4,7 +4,7 @@ name: Deploy docs
on:
push:
branches:
- release-25.11
- release-*
jobs:
build-and-deploy: