Skip to content

Commit

Permalink
Add workflow_dispatch to CI (#5)
Browse files Browse the repository at this point in the history
* Add workflow_dispatch to CI

* Add CI-Status badge
  • Loading branch information
TillFleisch authored Jan 26, 2024
1 parent 3308c07 commit f871abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches: [main, dev]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ESPHomeGenericSitStandDesk
# ESPHomeGenericSitStandDesk [![CI](https://github.com/TillFleisch/ESPHomeGenericSitStandDesk/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/TillFleisch/ESPHomeGenericSitStandDesk/actions/workflows/ci.yaml)

I have one of those generic relatively cheap Sit Stand Desks. In an effort to monitor my desk usage I developed this overkill solution for integrating the desk into a smart home like [Home Assistant](https://www.home-assistant.io/).

Expand Down

0 comments on commit f871abc

Please sign in to comment.