diff --git a/.github/workflows/sphinx_docs.yml b/.github/workflows/sphinx_docs.yml index ad8b17967..117c22efd 100644 --- a/.github/workflows/sphinx_docs.yml +++ b/.github/workflows/sphinx_docs.yml @@ -1,9 +1,8 @@ name: Deploy Sphinx documentation to Pages on: - push: - branches-ignore: - - "gh-pages" + release: + types: [published] jobs: pages: