diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ae1825b..0d532257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: CI # Run this workflow whenever the build may be affected on: push: - branches: [ main, wb/fuzzy, wb/fuzzy-norm, wb/fuzzy-analog ] + branches: [ main, 'wb/*' ] paths-ignore: - 'doc/**' - '**.md' diff --git a/README.md b/README.md index 8d612360..e6d893bf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++. +## Roman Time + +This branch contains a sundial that tries to approximate a Roman sundial +as if it was mounted on a south-facing wall (i.e. rotates counterclockwise). + +It's activated by selecting the Analog face and Fuzzy time format. + +Based on (Sudrien's Roman watch face)[https://github.com/Sudrien/watchy_romantime] + ## New to InfiniTime? - [Getting started with InfiniTime](doc/gettingStarted/gettingStarted-1.0.md)