run tests on pull requests
This commit is contained in:
parent
218527d6cc
commit
a237534c08
2 changed files with 2 additions and 2 deletions
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
|
@ -2,7 +2,7 @@ name: Integration
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
@ -2,7 +2,7 @@ name: Quality
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
Loading…
Reference in a new issue