From 6fe128422ebdec28e83a746f0784b50b7d8134a8 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 17:01:25 -0400 Subject: [PATCH] Trigger (#99) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b1d70..877707f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,10 @@ on: pull_request: branches: ["main"] + push: + branches: + - "renovate/**" + jobs: main: runs-on: ubuntu-latest