From 288fa91661386081d270f6d05e3412ad01015d88 Mon Sep 17 00:00:00 2001 From: ralphhanna Date: Fri, 5 Jan 2024 11:32:25 -0500 Subject: [PATCH] Update deploy-to-github-pages.yml --- .github/workflows/deploy-to-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-github-pages.yml b/.github/workflows/deploy-to-github-pages.yml index 7f5c52d..a54645a 100644 --- a/.github/workflows/deploy-to-github-pages.yml +++ b/.github/workflows/deploy-to-github-pages.yml @@ -4,7 +4,7 @@ name: Deploy Docs to Pages on: # Runs on pushes targeting the default branch push: - branches: [master] + branches: [rel2.0.0] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: