ci: add testdata trigger to unittest (#1063)

This commit is contained in:
3u13r 2023-01-24 11:39:26 +01:00 committed by GitHub
parent 9567cc09ce
commit f950fded9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,14 @@ on:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- "**/testdata/**"
- "./github/workflows/test-unittest.yml"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- "**/testdata/**"
- "./github/workflows/test-unittest.yml"
jobs: