From 944f8d51273a32eeae70c86bf1188f569a6ba396 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sun, 14 Jan 2024 12:08:07 -0500 Subject: [PATCH] refactor: Deploy for v4 --- .github/workflows/build-and-deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-docs.yml b/.github/workflows/build-and-deploy-docs.yml index c205039..520ee42 100644 --- a/.github/workflows/build-and-deploy-docs.yml +++ b/.github/workflows/build-and-deploy-docs.yml @@ -4,12 +4,12 @@ env: on: push: branches: - - v1 + - v4 paths: - 'docs/**' pull_request: branches: - - v1 + - v4 paths: - 'docs/**' workflow_dispatch: