From babe26d38aec488eb87424604bc50a9a180a6da5 Mon Sep 17 00:00:00 2001 From: AntoineP Date: Sat, 18 Nov 2023 06:21:19 +0100 Subject: [PATCH] master --- .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 6ee98fb..73bc423 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: