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/**'