From 51a07d09c22bef2d3853602a8d4a22de00380450 Mon Sep 17 00:00:00 2001 From: Zen Wen Date: Sun, 24 Nov 2024 23:23:52 +0800 Subject: [PATCH] update workflow --- .github/workflows/actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 146a899d..6239ea77 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,10 +1,11 @@ name: EJS Template Build and Deploy -on: +on: push: branches: [main] schedule: - cron: "22 11 * * Tue,Fri" + workflow_dispatch: jobs: pages: