From 704cca75349bd1cc066961378e73400600751851 Mon Sep 17 00:00:00 2001 From: Marshall <36639405+mdr0id@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:22:51 -0700 Subject: [PATCH] Update readthedocs.yml --- .github/workflows/readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 623a7ca..093cbf9 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -3,7 +3,7 @@ name: Build and Deploy Docs on: push: branches: - - master # Trigger the workflow on pushes to the master branch + - main jobs: build: