Added ability to launch workflow
This commit is contained in:
parent
df246d48aa
commit
dcaac29eb2
|
@ -1,9 +1,15 @@
|
||||||
name: Merge JSON files
|
name: Merge JSON files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
# When someone push to `main` branch
|
||||||
|
- main
|
||||||
paths:
|
paths:
|
||||||
- '/samples/**/assets/sample.json'
|
- 'samples/**/assets/sample.json'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
merge:
|
merge:
|
||||||
|
|
Loading…
Reference in New Issue