feat(CI): trigger build on pr review (#5645)

This commit is contained in:
Patrick Lewis
2021-05-09 14:21:14 -07:00
committed by GitHub
parent 6aa74b6abe
commit a32275224d
3 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
pull_request: pull_request_review:
types: [submitted]
jobs: jobs:
docker-build-n-deploy: docker-build-n-deploy:

View File

@@ -3,7 +3,8 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
pull_request: pull_request_review:
types: [submitted]
jobs: jobs:
macos-build: macos-build:

View File

@@ -3,7 +3,8 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
pull_request: pull_request_review:
types: [submitted]
jobs: jobs:
windows-build: windows-build: