From e1c4589b190f80631c801ae2a5068dd7cb0149e5 Mon Sep 17 00:00:00 2001 From: alufers Date: Thu, 9 May 2024 22:52:30 +0200 Subject: [PATCH] Change main -> master in workflow file --- .github/workflows/hugo-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo-deploy.yml b/.github/workflows/hugo-deploy.yml index b6179e1..d3d819a 100644 --- a/.github/workflows/hugo-deploy.yml +++ b/.github/workflows/hugo-deploy.yml @@ -5,7 +5,7 @@ on: # Runs on pushes targeting the default branch push: branches: - - main + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: