summaryrefslogtreecommitdiff
path: root/.github/workflows/windows_build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows_build.yml')
-rw-r--r--.github/workflows/windows_build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml
index ac492a77af..aa87007781 100644
--- a/.github/workflows/windows_build.yml
+++ b/.github/workflows/windows_build.yml
@@ -4,7 +4,9 @@ on:
branches:
- 'master'
pull_request:
- types: ['labeled', 'opened', 'synchronize', 'reopened']
+ types:
+ - labeled
+ - synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})