From 700a4dfbec689f2ca5e8a2b6a282c0bf573346da Mon Sep 17 00:00:00 2001 From: zztkm Date: Tue, 6 Sep 2022 01:02:48 +0900 Subject: [PATCH] :construction_worker: update ci.yaml --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2825b8..128215b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,9 @@ name: CI on: push: branches: [main] + paths-ignore: + - "README.md" + - "example/**" pull_request: branches: [main]