From 1574bfc57ea1c862979a34ed4b9fb8181aa107e1 Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Fri, 22 Dec 2023 12:38:28 +0000 Subject: [PATCH] Add build condition to other example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0172048..215f872 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: npm i && npm run build + if: github.event.action != 'closed' - uses: rossjrw/pr-preview-action@v1 with: source-dir: .