Made merge dispatchable

This commit is contained in:
Hugo Bernier 2024-03-24 23:13:37 -04:00 committed by GitHub
parent ec13823125
commit 39ec1f92bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -1,9 +1,15 @@
name: Merge JSON
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches:
# When someone push to `main` branch
- main
paths:
- 'samples/**/assets/sample.json'
jobs:
merge: