From d587ba5d23d42cc04bdd41e39b075d7565d7d9b4 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 23 Feb 2020 23:27:58 +0800 Subject: [PATCH] Update workflow config. [skip travis] --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30d0223..a311674 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,13 @@ name: build on: push: paths-ignore: + - '.github/**' + - '!.github/workflows/**' + - '.travis.yml' + - '.gitignore' - 'docs/**' - 'README.md' - 'LICENSE' - - '.travis.yml' pull_request: paths: - "**"