From 7b5dab8fb12141718720d3dafecc3f2e3dec7095 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 9 May 2021 14:04:49 -0700 Subject: [PATCH] Add testdata folders to test workflow paths filter The tests should run on any change to the test data. --- .github/workflows/test-go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 8969a1bb..8ba6fcb5 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -8,6 +8,7 @@ on: - "go.mod" - "go.sum" - "Taskfile.yml" + - "**/testdata/**" - "**.go" pull_request: paths: @@ -15,6 +16,7 @@ on: - "go.mod" - "go.sum" - "Taskfile.yml" + - "**/testdata/**" - "**.go" workflow_dispatch: repository_dispatch: