From: Haoqun Jiang Date: Mon, 17 Oct 2022 12:01:31 +0000 (+0800) Subject: ci: avoid running CI twice on renovate pull requests X-Git-Tag: v3.4.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3bfde477def58f4a84a4acd1246a8f3ed55140;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: avoid running CI twice on renovate pull requests --- 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