From 1890134f76dca2b23ce4b4a7c642dc73fc0f3688 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 10 Oct 2024 01:31:01 +0200 Subject: [PATCH] Only run on `personal/*` branches --- .github/workflows/gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 24b3957..1529711 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -2,6 +2,8 @@ name: "Build and deploy to GitHub Pages" on: push: + branches: + - "personal/*" workflow_dispatch: defaults: