Skip to content

Commit 0eacba5

Browse files
committed
Trigger build of tlaplus/tlaplus if this repository has been changed.
Related to tlaplus/tlaplus@d798031 Signed-off-by: Markus Alexander Kuppe <[email protected]>
1 parent 73a56dc commit 0eacba5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ jobs:
7878
asset_path: dist/CommunityModules-deps.jar
7979
asset_name: CommunityModules-deps.jar
8080
asset_content_type: application/zip
81+
- name: Repository Dispatch
82+
uses: peter-evans/repository-dispatch@v3
83+
with:
84+
token: ${{ secrets.GITHUB_TOKEN }}
85+
repository: tlaplus/tlaplus
86+
event-type: tlaplus-dispatch
87+
client-payload: '{"source": "CommunityModules"}'

0 commit comments

Comments
 (0)