Merge pull request 'ci: run build-tests and deploy-docs on any release branch' (#54) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 6s
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 6s
Reviewed-on: #54
This commit is contained in:
commit
21f9d16df7
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue