From efe26cbf2a130e934cfd51f4f6fcc897c349bbbf Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 10 Jan 2023 14:39:23 -0500 Subject: [PATCH] ci: run ci on renovate branches (#153) ## This PR - updates the ci to run on renovate branches ### Notes This should address the pending automerge branches listed [here](https://github.com/open-feature/playground/issues/132). Signed-off-by: Michael Beemer --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee27aaa4..d2b77d06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,12 @@ name: CI on: push: - branches: ["main"] + branches: + - 'main' + - 'renovate/**' pull_request: - branches: ["main"] + branches: + - 'main' jobs: main: