From 12c662f53bced51846bbf92fee28695c7e8ededf Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Fri, 21 Oct 2022 21:06:58 +1000 Subject: [PATCH] ci: ignore renovate branches --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 13ac566..73812df 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -6,6 +6,7 @@ on: push: branches-ignore: - main + - renovate/* jobs: Deploy-Preview: runs-on: ubuntu-latest