From 952d452922f3938a257fd1678b7d778e3b45acc2 Mon Sep 17 00:00:00 2001 From: eclipse-langium-bot <150659361+eclipse-langium-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:17:28 +0100 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 76f4f2bc..159e26dd 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,11 +1,13 @@ name: Deploy PR previews on: - pull_request_target: + pull_request: types: - opened - - reopened - synchronize + - reopened + pull_request_target: + types: - closed concurrency: preview-${{ github.ref }}