Run tests on go.sum/mod changes
This commit is contained in:
parent
5a1752ac48
commit
2b7d726c66
4
.github/workflows/go-testing.yml
vendored
4
.github/workflows/go-testing.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
- 'cmd/**'
|
||||
- 'internal/**'
|
||||
- '.github/workflows**'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
@ -15,6 +17,8 @@ on:
|
||||
- 'builtin/**'
|
||||
- 'cmd/**'
|
||||
- 'internal/**'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user