From ebe65286bba3767f79aab7e8ff22ed15ead33769 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 6 May 2020 11:45:41 +0900 Subject: [PATCH] Ignore documentation paths --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 653e25d..796defc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,14 @@ name: CI on: push: branches: [master] + paths-ignore: + - 'README.md' + - 'docs/**' pull_request: branches: [master] + paths-ignore: + - 'README.md' + - 'docs/**' jobs: build: runs-on: ubuntu-latest