feat(CI): trigger build on pr review (#5645)
This commit is contained in:
parent
6aa74b6abe
commit
a32275224d
3 changed files with 6 additions and 3 deletions
3
.github/workflows/docker_build.yml
vendored
3
.github/workflows/docker_build.yml
vendored
|
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
docker-build-n-deploy:
|
||||
|
|
|
|||
3
.github/workflows/macos_build.yml
vendored
3
.github/workflows/macos_build.yml
vendored
|
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
macos-build:
|
||||
|
|
|
|||
3
.github/workflows/windows_build.yml
vendored
3
.github/workflows/windows_build.yml
vendored
|
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
windows-build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue