From 46cc3d6432da17cca7694777dcce12e49dd48387 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Mon, 23 Dec 2024 20:49:27 -0800 Subject: [PATCH] docs.yml enable for pushes to main branch (#8463) --- .github/workflows/docs.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1f35f2012..6bc5e01e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,10 +3,12 @@ on: # For manual pushes. workflow_dispatch: - # Enable for whenever main gets updated. - # push: - # branches: - # - main + # Pushes to main that touch the documentation directory. + push: + branches: + - main + paths: + - 'docs/**' permissions: contents: write