diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 979b6df..bb7cdea 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: