]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: avoid running CI twice on renovate pull requests
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 17 Oct 2022 12:01:31 +0000 (20:01 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 17 Oct 2022 12:01:31 +0000 (20:01 +0800)
.github/workflows/ci.yml

index 17f5dd684ab995e487f7c4140aa9f379f90a3e6b..f18a2b5b6a5bf77630328b08209cf57432e33d63 100644 (file)
@@ -3,6 +3,7 @@ on:
   push:
     branches:
       - '**'
+      - '!renovate/**'
     paths-ignore:
       - README.md
       - CONTRIBUTING.md