From 9570899025d13c5e58dd84b8615b6da49306db3a Mon Sep 17 00:00:00 2001 From: yisibl Date: Tue, 2 Nov 2021 19:45:43 +0800 Subject: [PATCH] chore: CI templates add ignore files (paths-ignore) --- cli/src/new/ci-template.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cli/src/new/ci-template.ts b/cli/src/new/ci-template.ts index 6e50df49..4bf3d32c 100644 --- a/cli/src/new/ci-template.ts +++ b/cli/src/new/ci-template.ts @@ -12,6 +12,12 @@ on: - main tags-ignore: - '**' + paths-ignore: + - '**/*.md' + - 'LICENSE' + - '**/*.gitignore' + - '.editorconfig' + - 'docs/**' pull_request: jobs: