summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_build.yml
diff options
context:
space:
mode:
authorPatrick Lewis <pat@lo5t.com>2021-05-09 14:21:14 -0700
committerGitHub <noreply@github.com>2021-05-09 15:21:14 -0600
commita32275224d99ede003d90d93ac8a2df037c91555 (patch)
treeb752cd2e9408c5050a0c247b868c2bc544661993 /.github/workflows/windows_build.yml
parent6aa74b6abee2d49a41e77eae4e873f4fe5482899 (diff)
feat(CI): trigger build on pr review (#5645)
Diffstat (limited to '.github/workflows/windows_build.yml')
-rw-r--r--.github/workflows/windows_build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml
index f7e98035dc..018c942f64 100644
--- a/.github/workflows/windows_build.yml
+++ b/.github/workflows/windows_build.yml
@@ -3,7 +3,8 @@ on:
push:
branches:
- 'master'
- pull_request:
+ pull_request_review:
+ types: [submitted]
jobs:
windows-build: