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: