diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96fcbe..4117dcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,11 @@ on: push: branches: - main - # - develop + - develop pull_request: branches: - main - # - develop + - develop env: PYTHON_VERSION: "3.10" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 938a1a4..3cb1a84 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,6 @@ name: Publish on: - push: - branches: - - develop release: types: [published] diff --git a/README.md b/README.md index da22b61..1dd1578 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ ParamDB has two main components: See the [api reference] for more information. -[**parameter data**]: https://painterqubits.github.io/paramdb/parameter-data.html -[**database**]: https://painterqubits.github.io/paramdb/database.html -[api reference]: https://painterqubits.github.io/paramdb/api-reference +[**parameter data**]: https://paramdb.readthedocs.io/en/stable/parameter-data.html +[**database**]: https://paramdb.readthedocs.io/en/stable/database.html +[api reference]: https://paramdb.readthedocs.io/en/stable/api-reference.html