From 70a968a41a7aac8160a2f608e600b3347e8162f2 Mon Sep 17 00:00:00 2001 From: David Mkrtchyan Date: Mon, 12 Feb 2024 11:14:34 -0800 Subject: [PATCH] change github pages branch name for testing --- .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 fa3a432..31ae371 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,7 +4,7 @@ name: Github Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["master-1707518635"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: