mirror of
https://github.com/go-i2p/go-github-dashboard.git
synced 2025-06-07 10:01:45 -04:00
Try and generate a page with CI when pushing to main as well
This commit is contained in:
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -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 * * *'
|
||||
|
Reference in New Issue
Block a user