From fefe8c4865ed67f0ba6d60aed3f00d9c7c9474a7 Mon Sep 17 00:00:00 2001 From: Ari Date: Sun, 11 May 2025 02:28:26 -0400 Subject: [PATCH] Main branch, not master --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ff8c62a..22922a8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Deploy to Web Server on: push: branches: - - master # Matches all branches + - main # Matches all branches jobs: deploy: