From a805e5af1c6e945373d25f9039bbf9c915c506b0 Mon Sep 17 00:00:00 2001 From: Nadim Kobeissi Date: Fri, 15 Nov 2024 13:37:20 +0100 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 648ca4b4..cf359a60 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: ["main"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: