Try and generate a page with CI when pushing to main as well

This commit is contained in:
eyedeekay
2025-05-05 17:27:39 -04:00
parent 2685f724c2
commit 2e9589e043

View File

@ -1,6 +1,10 @@
name: Generate GitHub Dashboard
on:
push:
branches:
- main
# Trigger on push to main branch
schedule:
# Run once per day at 3:00 AM UTC
- cron: '0 3 * * *'