From 69a5755a337342c051397763fbaf0a8f10a1971c Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 27 Sep 2023 18:22:00 +0200 Subject: [PATCH 1/2] 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: From 68cc7af000135f3e7b27cd87e36b5e930e0f90db Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Sat, 30 Sep 2023 10:36:47 +0200 Subject: [PATCH 2/2] ci: remove alpha and beta, add `rc` --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a958604a..011d498f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,9 @@ name: ci on: push: branches: - - alpha - - beta - - main - - renovate/** + - 'main' + - '**-rc.**' + - 'renovate/**' pull_request: jobs: