From 3c3bfde477def58f4a84a4acd1246a8f3ed55140 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 17 Oct 2022 20:01:31 +0800 Subject: [PATCH] ci: avoid running CI twice on renovate pull requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f5dd68..f18a2b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches: - '**' + - '!renovate/**' paths-ignore: - README.md - CONTRIBUTING.md -- 2.39.5