From 364ee981aa53886851864e3b6f43720f0310d6ae Mon Sep 17 00:00:00 2001 From: Dave Iverson Date: Tue, 30 Jun 2026 13:38:45 -0500 Subject: [PATCH] Changed the GitHub Pages branch to `main` now that the docs site is merged to `main`. --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 2480d09..1386b2d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -2,7 +2,7 @@ name: Build and Deploy to GitHub Pages on: push: - branches: [component_library_2] + branches: [main] permissions: contents: read