From 02368fcaa3fb608b6f9da4c7d8057bfd5e29cd20 Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Fri, 27 Mar 2026 13:23:37 -0700 Subject: [PATCH] Update branch name in GHA workflow Signed-off-by: Arrobo, Gabriel --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 40ec637..7a3fb62 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is publishing document artifacts 🚀 on: push: branches: - - master + - main # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages