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