From 2c40081f6bd28b00a445078130f205eb7a8fb1c8 Mon Sep 17 00:00:00 2001 From: Michael Carenzo <79934822+mikecarenzo@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:59:38 -0400 Subject: [PATCH] ci: build site previews on `TAT-121-single-page-app-conversion` and on `workflow_dispatch` --- .github/workflows/website-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website-build.yml b/.github/workflows/website-build.yml index 993fe4f..c350f10 100644 --- a/.github/workflows/website-build.yml +++ b/.github/workflows/website-build.yml @@ -2,8 +2,9 @@ name: Build Website on: push: - branches: [main] + branches: [TAT-121-single-page-app-conversion] pull_request: + workflow_dispatch: # If another web build starts for the same branch, cancel the previous build. This # protects us from two builds trying to upload at the same time and clobbering each