Added ability to launch workflow

This commit is contained in:
Hugo Bernier 2024-03-24 14:32:32 -04:00 committed by GitHub
parent df246d48aa
commit dcaac29eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 3 deletions

View File

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