From f6492b9d71707292a317467db6a14b486417d563 Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Mon, 15 Dec 2025 10:16:11 +0100 Subject: [PATCH] GH workflows: add master branch to the list Signed-off-by: Alex Tereschenko --- .github/workflows/build_and_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index cd56887..1676098 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -10,9 +10,9 @@ name: Build and test on: push: - branches: [ main ] + branches: [ main, master ] pull_request: - branches: [ main ] + branches: [ main, master ] workflow_dispatch: permissions: