mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-19 19:37:22 +00:00
Added ability to launch workflow
This commit is contained in:
parent
df246d48aa
commit
dcaac29eb2
12
.github/workflows/merge-json.yml
vendored
12
.github/workflows/merge-json.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user