Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 96f5709

Browse files
committed
Add dispatch_update.yml
1 parent 82dc03f commit 96f5709

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Dispatch Update Submodule
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
dispatch:
9+
runs-on: windows-latest
10+
steps:
11+
- name: Dispatch update to Orchard Core Contrib.App
12+
uses: peter-evans/repository-dispatch@v3
13+
with:
14+
repository: OrchardCoreContrib/OrchardCoreContrib.App
15+
event-type: update-submodule

0 commit comments

Comments
 (0)