diff --git a/.github/workflows/linux-conda.yml b/.github/workflows/linux-conda.yml index aa9e86c..eac2173 100644 --- a/.github/workflows/linux-conda.yml +++ b/.github/workflows/linux-conda.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + push: + branches: + - master jobs: build-linux: diff --git a/.github/workflows/windows_conda.yml b/.github/workflows/windows_conda.yml index 376a36f..8311b48 100644 --- a/.github/workflows/windows_conda.yml +++ b/.github/workflows/windows_conda.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + push: + branches: + - master jobs: build-windows: diff --git a/matrixconverters/README.md b/README.md similarity index 100% rename from matrixconverters/README.md rename to README.md diff --git a/matrixconverters/docs_rst/index.rst b/matrixconverters/docs_rst/index.rst index f0b562d..0276f08 100644 --- a/matrixconverters/docs_rst/index.rst +++ b/matrixconverters/docs_rst/index.rst @@ -5,7 +5,7 @@ Matrixconverters has been developed to read and write PTV Matrices as xarray-Dat Readme File =========== -.. mdinclude:: ../README.md +.. mdinclude:: ../../README.md This documentation contains =================================