From 5b88c79f000a849e6319461cc2890d6d8e3ae574 Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Thu, 10 Sep 2026 21:53:53 -0400 Subject: [PATCH] fix(ci): trigger docs workflow on push to main docs.yml still watched master, but the repo's default branch is main, so gh-pages never redeployed after merges. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01QaJZCwGxe4YnHaf3Soxdqn --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 887a773..c3fbfb2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,7 +2,7 @@ name: docs on: push: - branches: [ master ] + branches: [ main ] workflow_dispatch: