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: