From e3991ab0a562f5372d9bfc307c4092a905cb3b75 Mon Sep 17 00:00:00 2001 From: Paul Pestov <10750176+paulpestov@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:47:15 +0200 Subject: [PATCH] ci: run gh-pages deployment only from main branch --- .github/workflows/gh-pages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fa07026d..a32fd9ad 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -2,7 +2,6 @@ name: Github Pages on: push: branches: - - develop - main # Allows you to run this workflow manually from the Actions tab