From 22caab41accf0871f180d28154ac072715d60840 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 16:30:04 -0400 Subject: [PATCH] Trigger --- .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 5f58282..85f6334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,11 @@ on: pull_request: branches: [main] paths-ignore: ["*.md"] - + + push: + branches: + - "renovate/**" + jobs: main: runs-on: ubuntu-latest