From 2bf0c156d462158f5fee6020a4fc372d5b5f337f Mon Sep 17 00:00:00 2001 From: francis2tm Date: Thu, 1 Feb 2024 20:11:46 +0000 Subject: [PATCH] removed workflow settings for fast iteration --- .github/workflows/docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7bcf594..9b6e0ea 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,9 +6,7 @@ name: "docs" on: push: - branches: ["*"] - pull_request: - branches: ["*"] + branches: ["docs/base_path"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: