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:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
|
@ -2,7 +2,7 @@ name: Quality
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
|
Loading…
Reference in a new issue