mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 15:43:26 +02:00
Updated format maintenance to dispatch instead of push
This commit is contained in:
6
.github/workflows/format-maintenance.yml
vendored
6
.github/workflows/format-maintenance.yml
vendored
@@ -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