diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f38a8a9..1d42b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Workflow for Codecov +name: Build on: push: branches: [ main ] diff --git a/.github/workflows/publish_doc.yml b/.github/workflows/publish_doc.yml index f1adb37..84b0c29 100644 --- a/.github/workflows/publish_doc.yml +++ b/.github/workflows/publish_doc.yml @@ -1,4 +1,4 @@ -name: publish_docs +name: Docs on: push: branches: diff --git a/README.md b/README.md index a439510..229f3eb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Pyoframe [![codecov](https://codecov.io/gh/staadecker/pyoframe/graph/badge.svg?token=8258XESRYQ)](https://codecov.io/gh/staadecker/pyoframe) +![Build](https://github.com/staadecker/pyoframe/actions/workflows/ci.yml/badge.svg) +[![Docs](https://github.com/staadecker/pyoframe/actions/workflows/publish_doc.yml/badge.svg)](https://staadecker.github.io/pyoframe/reference/) A library to rapidly formulate large optimization models using Pandas or Polars dataframes. ## Acknowledgments -Martin Staadecker first created this library while working for [Bravos Energía](https://en.bravosenergia.com/). The library takes inspiration from Linopy and Pyomo, two prior libraries for optimization for which we are thankful. \ No newline at end of file +Martin Staadecker first created this library while working for [Bravos Energía](https://en.bravosenergia.com/). The library takes inspiration from Linopy and Pyomo, two prior libraries for optimization for which we are thankful.