From caa19f2c8b0627bd125f574d595a21659f8da88c Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 17:01:40 -0400 Subject: [PATCH] Trigger (#96) --- .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