From 27616f142284ef823c8f133b46cf55735387b620 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 17:01:32 -0400 Subject: [PATCH] Trigger (#89) --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b1d70..d76dd19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,11 @@ name: CI on: pull_request: branches: ["main"] - + + push: + branches: + - "renovate/**" + jobs: main: runs-on: ubuntu-latest