diff options
| -rw-r--r-- | .github/workflows/self_host_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/self_host_build.yml b/.github/workflows/self_host_build.yml index 2645f9738..3864151ce 100644 --- a/.github/workflows/self_host_build.yml +++ b/.github/workflows/self_host_build.yml @@ -2,7 +2,7 @@ name: Validate Build on: pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize, reopened] branches: [ main ] jobs: |