diff options
| author | Alex Dunn <[email protected]> | 2022-05-12 13:20:54 -0700 |
|---|---|---|
| committer | Alex Dunn <[email protected]> | 2022-05-12 13:20:54 -0700 |
| commit | 9f8d957167fd965bfc3b64bd64ec5b66394d45f4 (patch) | |
| tree | 5474fc8f9880a65598d7a5506f6a1b5928b7981d /.github/workflows | |
| parent | Merge pull request #93 from EpicGames/de/namespaces-continued (diff) | |
| download | zen-9f8d957167fd965bfc3b64bd64ec5b66394d45f4.tar.xz zen-9f8d957167fd965bfc3b64bd64ec5b66394d45f4.zip | |
Adding PR update support.
Diffstat (limited to '.github/workflows')
| -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: |