From 752dfc964c70a9f2058edda96f5829c383ef9dee Mon Sep 17 00:00:00 2001 From: Warinyourself Date: Sat, 20 Jun 2026 01:43:01 +0300 Subject: [PATCH] Fix gh-pages deployment --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index eca8dee..d3b9379 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages on: push: - branches: [master] + branches: [main] workflow_dispatch: permissions: