From 8f51cbb28303de67c84a7ce6f421d8ff18a26168 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Mon, 23 Feb 2026 16:04:24 +0100 Subject: [PATCH] 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 --- .github/workflows/ci_pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_pytest.yml b/.github/workflows/ci_pytest.yml index c552b19..1286b12 100644 --- a/.github/workflows/ci_pytest.yml +++ b/.github/workflows/ci_pytest.yml @@ -9,10 +9,11 @@ on: push: branches: - main + - master - dev pull_request: branches: - - main + - master workflow_dispatch: jobs: