From 69a5755a337342c051397763fbaf0a8f10a1971c Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 27 Sep 2023 18:22:00 +0200 Subject: [PATCH] ci: run on all pull requests and more branches --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0ba5a82..a958604a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,11 @@ name: ci on: push: branches: + - alpha + - beta - main + - renovate/** pull_request: - branches: - - main jobs: ci: