mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-16 04:20:37 -04:00
ci: add testdata trigger to unittest (#1063)
This commit is contained in:
parent
9567cc09ce
commit
f950fded9a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-unittest.yml
vendored
2
.github/workflows/test-unittest.yml
vendored
|
@ -10,12 +10,14 @@ on:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "**/go.mod"
|
- "**/go.mod"
|
||||||
- "**/go.sum"
|
- "**/go.sum"
|
||||||
|
- "**/testdata/**"
|
||||||
- "./github/workflows/test-unittest.yml"
|
- "./github/workflows/test-unittest.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "**/go.mod"
|
- "**/go.mod"
|
||||||
- "**/go.sum"
|
- "**/go.sum"
|
||||||
|
- "**/testdata/**"
|
||||||
- "./github/workflows/test-unittest.yml"
|
- "./github/workflows/test-unittest.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue