From c0b81aaa6184373b5f1e29d2e6e83754e811fbf0 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 19 Feb 2023 13:41:29 -0800 Subject: [PATCH] Run jobs for every branch --- .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 bd73265f..fd4106ee 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["**"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: