diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index db75f80..341c731 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: