From c685b218b3daf71476b880595b3bd06931303f34 Mon Sep 17 00:00:00 2001 From: Kellen <9484709+goodroot@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:51:44 -0700 Subject: [PATCH 1/2] test --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f84f11..330bcb56 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # documentation -The questDB docs + +The questDB docs test. From d744f0850059c3e478edf97bb5e672f7a818cc1d Mon Sep 17 00:00:00 2001 From: Kellen <9484709+goodroot@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:55:07 -0700 Subject: [PATCH 2/2] run when labelled --- .github/workflows/netlify-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netlify-preview.yml b/.github/workflows/netlify-preview.yml index 84a6a46f..332b8074 100644 --- a/.github/workflows/netlify-preview.yml +++ b/.github/workflows/netlify-preview.yml @@ -2,7 +2,7 @@ name: "Preview deploy" on: pull_request: - types: ["opened", "edited", "synchronize"] + types: ["opened", "edited", "synchronize", "labeled"] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}