diff options
| author | Alex Dunn <[email protected]> | 2022-05-12 13:33:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-12 13:33:39 -0700 |
| commit | f7cb34014cae7e247d1b94bdc7735644615b1a6b (patch) | |
| tree | 5474fc8f9880a65598d7a5506f6a1b5928b7981d | |
| parent | Merge pull request #93 from EpicGames/de/namespaces-continued (diff) | |
| parent | Adding PR update support. (diff) | |
| download | zen-1.0.1.8.tar.xz zen-1.0.1.8.zip | |
Merge pull request #95 from EpicGames/actions_tweaksv1.0.1.8
Adding PR update support.
| -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: |