From 9cdc7089648fe50f47dff8d361e519ac5c41f00e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 11 Feb 2022 16:03:47 +0800 Subject: [PATCH] ci: ignore changes in markdown files --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99bfdb2d..055a06e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ on: push: branches: - '**' + paths-ignore: + - README.md + - CONTRIBUTING.md pull_request: branches: - main -- 2.39.5