From 79d9e33ea3c3d2ce6f1ac0b6df1ea2cd5aadb413 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Mon, 23 Dec 2024 22:07:28 -0800 Subject: [PATCH] Update docs.yml replace `main` with `master` that we are still using --- .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 6bc5e01e4..bcae8fa4c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,7 +6,7 @@ on: # Pushes to main that touch the documentation directory. push: branches: - - main + - master paths: - 'docs/**'