From 820c7a4c88750eaa3e18e84288274d926eacec26 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Sep 2024 15:01:00 +1000 Subject: [PATCH] Tweaked build trigger --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4e07da3..fcd743e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Build and deploy the dev website to Github Pages on: # Runs on pushes targeting the docs branch push: - branches: ["docs"] + branches: ["v1-docs"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: