From f5add0b908ffc72c8730a3a988ad88c2e9cf81a7 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 22 Jul 2025 12:11:27 -0600 Subject: [PATCH] Switched to auto-publish on main branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 405ef2c..70678d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ build_site: # Define when this job runs (e.g., only on the main branch) # Adjust 'only' or 'rules' as needed for your workflow only: - - publish # Example: Run only on the main branch + - main # publishes on main branch # Job to deploy the built site using cloudron-surfer deploy_site: