esp01s-serial-remote-controller

Serial communication from ESP-01S served webpage
Index Commits Files Refs README LICENSE
commit b58d37e802a71f1286dd109b39e9ac16c3f357d7
parent c4f523b01ffba35340746b3a5861fe2cd534c5a5
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sun, 12 Apr 2026 13:07:40 -0300

Fix deploy not triggering

The root branch is called `master` but `main` was used

Diffstat:
M.github/workflows/deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy GitHub Pages
 
 on:
   push:
-    branches: [main]
+    branches: [master]
     paths:
       - 'data/**'