From bc47e44d730a4b401d1f647d0506acbb90d09121 Mon Sep 17 00:00:00 2001 From: Miyo <135030944+yuri-kiss@users.noreply.github.com> Date: Fri, 2 Aug 2024 03:01:00 -0400 Subject: [PATCH] fix yaml --- .github/workflows/static.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 25e08de..f8871db 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,8 +1,9 @@ name: Deploy static content to Pages (with map) on: - push: - branches: ["main"] + push: + branches: ["main"] + workflow_dispatch: permissions: