aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dunn <[email protected]>2022-05-12 13:33:39 -0700
committerGitHub <[email protected]>2022-05-12 13:33:39 -0700
commitf7cb34014cae7e247d1b94bdc7735644615b1a6b (patch)
tree5474fc8f9880a65598d7a5506f6a1b5928b7981d
parentMerge pull request #93 from EpicGames/de/namespaces-continued (diff)
parentAdding PR update support. (diff)
downloadzen-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.yml2
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: