From c32a4154e73a26e58360aad765fe77b7d5740aaa Mon Sep 17 00:00:00 2001 From: Tyr Date: Mon, 11 Mar 2024 23:12:00 -0400 Subject: [PATCH] remove unused push trigger --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 7daaa07..3b12992 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -3,7 +3,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master", "markdowns"] + branches: ["master"] repository_dispatch: types: [content_update]