From 5f405731010e717c9a8ac9f6136e060cd86b5b7b Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Thu, 18 Mar 2021 14:46:12 -0700 Subject: [PATCH] Small change to github action for my srcarter repo. I want the website rebuild to trigger from any branch, because I want to preview web changes here before pushing them to the unidata branch --- .github/workflows/sphinx_build_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sphinx_build_deploy.yml b/.github/workflows/sphinx_build_deploy.yml index fe90b22..a62510a 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -2,8 +2,6 @@ name: Publish Sphinx Built Webpages to Github Pages on: push: - branches: - - master paths: - 'docs/**' - 'examples/**'