diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2023-07-09 18:18:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 18:18:49 +0200 |
| commit | 26d32db43611d37ac0c439d052fcbbac5e5aa0ab (patch) | |
| tree | 3ced4a68be117bb6f5f44be70effbeb382f045f5 | |
| parent | ef94aee28464039672b277243a0181ae93550d6c (diff) | |
| parent | 6c0d1ccb5af72d1c37002e7c2913e286372d487d (diff) | |
Merge pull request #1840 from ModOrganizer2/ci/fix-build-on-pr
Fix build on PR
| -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 |
