From 6d4f8c7632de0aa2810e357a383d3eda1349589f Mon Sep 17 00:00:00 2001 From: sirpy Date: Thu, 2 Nov 2023 13:01:15 +0200 Subject: [PATCH] fix: deploy preview on udpates to PR --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c6b78182..9259f0f7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -5,6 +5,7 @@ on: branches: - master pull_request: + types: [opened, synchronize, edited, ready_for_review] branches: - master workflow_dispatch: