diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 274fbf1..c70492d 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -32,7 +32,7 @@ jobs: pip install sphinx sphinx-rtd-theme myst-parser nbsphinx matplotlib - name: Build documentation - run: make html + run: make docs - name: Deploy to GitHub Pages if: github.event_name == 'push' diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index b74e099..dfabd33 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -4,11 +4,11 @@ name: Python package on: - push: - branches: [ "master" ] pull_request: branches: [ "master" ] + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest