From 71a4ce79523573c5baf09145fd00fb65d204d9d2 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 16:20:20 -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 e527a86..9f2aa90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,11 @@ on: pull_request: branches: ["main", "master"] paths-ignore: ["*.md"] - + + push: + branches: + - "renovate/**" + jobs: ci: runs-on: windows-latest