mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-08-24 10:13:18 -05:00
Updated format maintenance to dispatch instead of push
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
name: Format Maintenance
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'source/data/**'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 1 * * 1' # Every monday at 1 am UTC
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
||||
Reference in New Issue
Block a user