run integration and quality on pull requests
This commit is contained in:
parent
bf2edb833f
commit
68aa924ed4
2 changed files with 6 additions and 2 deletions
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Integration
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
4
.github/workflows/quality.yaml
vendored
4
.github/workflows/quality.yaml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Quality
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
Loading…
Reference in a new issue