change triggers

This commit is contained in:
David Arthur 2024-12-13 13:49:43 -05:00
parent 60914733f1
commit db619d046d
1 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@
name: Generate Reports
on:
pull_request:
types: [ opened, synchronize, ready_for_review, reopened ]
branches:
- 'trunk'
workflow_dispatch: # Let us run manually
schedule:
- cron: '0 6 * * *' # Run daily at 6am UTC
jobs: