From 62ec4ade227fd4ea48700ba52c25a027cfbd227c Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 17:05:41 -0400 Subject: [PATCH] Trigger (#118) --- .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 05093c5..f173c72 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: ci: runs-on: ubuntu-latest