From 7d2b692579f534cce6bbcf4d1a39813d111fc9eb Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 27 Apr 2024 21:43:40 +0300 Subject: [PATCH] Fix build --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f35d470..967c93e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,8 @@ name: Build Jekyll site on: push: - branches: ["main"] + branches: + - master workflow_dispatch: permissions: