From ba55c0c5a32121e3443d8d99434bdd645934d032 Mon Sep 17 00:00:00 2001 From: Astesana Date: Tue, 31 Dec 2024 10:39:38 +0100 Subject: [PATCH] Fix push:branches in pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2db3f43..3a1574c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["pages"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: