diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 18:17:54 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 18:17:54 +0200 |
| commit | 6c0d1ccb5af72d1c37002e7c2913e286372d487d (patch) | |
| tree | 3ced4a68be117bb6f5f44be70effbeb382f045f5 /.github/workflows/build.yml | |
| parent | 27cf8372aaadc7fca640f143ec77852a1e5466e8 (diff) | |
Fix build CI.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e05d7c58..1fcaa364 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: push: branches: master pull_request: - types: [opened, reopened] + types: [opened, synchronize, reopened] jobs: build: runs-on: windows-2022 |
