diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3232925..4c35164 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -5,7 +5,7 @@ name: Python package on: push: - branches: [ main ] + branches: [ main, improve-docs ] pull_request: branches: [ main ] diff --git a/docs/index.md b/docs/index.md index 540d5f7..b152c90 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,4 +75,4 @@ This example demonstrates a TSDF metadata file, showcasing the structured format This Python library facilitates the manipulation of Time Series Data Format (TSDF) metadata and binary files, providing users with a familiar and structured interface. Leveraging the power of numpy arrays, it simplifies the process of working with TSDF data, allowing users to efficiently read, write, and manipulate both metadata and binary data. This approach enhances data management and analysis, making it a valuable tool for researchers and data scientists dealing with extensive physiological sensor data. -The package is available in [PyPI](https://pypi.org/project/tsdf/). \ No newline at end of file +The package is available in [PyPI](https://pypi.org/project/tsdf/).