From ee1b32b49a649c48e26fca8da81b08c7f0ee671a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 16 Nov 2024 22:41:23 +1300 Subject: [PATCH] run on commits to master --- .github/workflows/github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 3c569f8..8b1a588 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub 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: