From 5a64bca3cdb1667ee8907d3d750f6e450049c0a2 Mon Sep 17 00:00:00 2001 From: Robin Sving Date: Fri, 16 May 2025 22:46:04 +0200 Subject: [PATCH] Using main --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 374ac53b2..9ffeb381b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Build Quartz Site on: push: - branches: ["v4"] + branches: ["main"] permissions: contents: read pages: write