From 8db839b9c66ed793ca9dc219592e6e94f490d670 Mon Sep 17 00:00:00 2001 From: Amos Date: Thu, 2 Nov 2023 22:37:18 +0800 Subject: [PATCH] Update: pub-dashboard.yml --- .github/workflows/pub-dashboard.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pub-dashboard.yml b/.github/workflows/pub-dashboard.yml index c55ab408..1744af77 100644 --- a/.github/workflows/pub-dashboard.yml +++ b/.github/workflows/pub-dashboard.yml @@ -4,6 +4,10 @@ on: schedule: # Runs every 4 hours - cron: "0 0/4 * * *" + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: pub-dashboard-job: