From ed15038d20fb1de7944bc93a7995c13d8469e923 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Mon, 28 Oct 2024 16:27:49 -0400 Subject: [PATCH] Trigger --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f298445..32b1e85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,11 @@ on: pull_request: branches: ["main", "master"] paths-ignore: ["*.md"] - + + push: + branches: + - "renovate/**" + jobs: ci: runs-on: ubuntu-latest