From 1f001947d3dc981191fcbf310a22bbbcf1a7933a Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 15:37:12 +0900 Subject: [PATCH] gha: use paths instead of paths-ignore --- .github/workflows/test.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bbdda5..fcc7335 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,13 @@ name: 'Test' on: push: - paths-ignore: - - 'LICENSE' - - 'README.md' - - 'images' - - '.gitignore' - - '.vscode' + paths: + - '**' + - '!LICENSE' + - '!README.md' + - '!images' + - '!.gitignore' + - '!.vscode' jobs: test: