ci(ci_pytest.yml): allow a default branch master

For greater flexibility, the ci allows `master` as an additional
name of the local default branch beside frequently seen `main`.
It however replaces `main` by `master` as the default in the
blessed repository.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2026-02-23 16:04:24 +01:00
parent 0528ef3306
commit 8f51cbb283
No known key found for this signature in database

View file

@ -9,10 +9,11 @@ on:
push:
branches:
- main
- master
- dev
pull_request:
branches:
- main
- master
workflow_dispatch:
jobs: