From 713e83d9a270815cf32cf945087777836c557e17 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Mon, 10 Jun 2024 11:19:16 -0400 Subject: [PATCH] fix(docs): #comment updated docs triggers --- .github/workflows/docs-build-and-deploy.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs-build-and-deploy.yml b/.github/workflows/docs-build-and-deploy.yml index e46b42e..8e0c73f 100644 --- a/.github/workflows/docs-build-and-deploy.yml +++ b/.github/workflows/docs-build-and-deploy.yml @@ -2,17 +2,11 @@ name: Build and Deploy Documentation on: pull_request: - paths: - - "docs/**" - - "mkdocs.yml" - - "requirements.txt" + branches: + - main push: branches: - - "*" - paths: - - "docs/**" - - "mkdocs.yml" - - "requirements.txt" + - main env: PYTHON_VERSION: "3.12"