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: on:
pull_request: pull_request:
branches: branches:
- release-25.11 - release-*
jobs: jobs:
build-hosts: build-hosts:

View file

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