From 8e01d5cfa93546309aed23def212dcbce3206795 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Mon, 26 Jan 2026 17:05:55 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(gh-pages):=20change=20defa?= =?UTF-8?q?ult=20branch=20for=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cea6851e..9950a1c8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: push: branches: - - main + - master workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages