From fdc2ae511e0fd912ace1fe0a4b1d5ea059efdbdb Mon Sep 17 00:00:00 2001 From: Sniper <83491576+bep20@users.noreply.github.com> Date: Sat, 18 Jan 2025 06:33:12 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0ba8230..b9c9160 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: