From 720e1604710a6dfb4a265830dc2453e5296e8c12 Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Sun, 1 Dec 2024 04:14:11 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba5c8b8..b2f1b23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,9 @@ name: CI on: push: - branches: [ main ] + branches: + - main + - renovate/* tags: - 'v*' pull_request: