From c4f1ef4a4c9513c7c5855e22ccebbf880dfa889e Mon Sep 17 00:00:00 2001 From: Yoav Weiss Date: Tue, 17 Feb 2026 21:52:21 +0100 Subject: [PATCH] Fix up publishing --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 5c5a632..d53f1f7 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: {} push: - branches: [gh-pages] + branches: [main] jobs: main: name: Build, Validate and Deploy