diff --git a/.github/workflows/deploy-hugo-site.yml b/.github/workflows/deploy-hugo-site.yml index 50418550..d76ec3ed 100644 --- a/.github/workflows/deploy-hugo-site.yml +++ b/.github/workflows/deploy-hugo-site.yml @@ -5,7 +5,7 @@ on: # Run on pushes to the default branch push: branches: - - master + - main # Add an option to run this workflow manually from the Actions tab workflow_dispatch: