diff --git a/.github/workflows/deploy_hugo.yml b/.github/workflows/deploy_hugo.yml index cfd5363c..e06f67bc 100644 --- a/.github/workflows/deploy_hugo.yml +++ b/.github/workflows/deploy_hugo.yml @@ -5,7 +5,7 @@ run-name: Hugo build # List of events that trigger the workflow on: push: - branches: [main] + branches: [blog] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: