From 9763809cd9be954a1e12c7666d97a15e4b884ef4 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Tue, 13 Dec 2022 16:29:00 +0100 Subject: [PATCH] update(ci): enable gh actions jobs on 'maintainers/*' branches Signed-off-by: Andrea Terzolo --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f08a696..9d24ddc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,9 @@ on: pull_request: branches: [master] push: - branches: [master] + branches: + - master + - 'maintainers/**' workflow_dispatch: jobs: @@ -172,4 +174,4 @@ jobs: run: /usr/bin/entrypoint tests - name: Build packages - run: /usr/bin/entrypoint package \ No newline at end of file + run: /usr/bin/entrypoint package