mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-09 08:29:25 -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.mod"
|
||||
- "**/go.sum"
|
||||
- "**/testdata/**"
|
||||
- "./github/workflows/test-unittest.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "**/testdata/**"
|
||||
- "./github/workflows/test-unittest.yml"
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue