Skip to content

Commit 2466ea6

Browse files
Update release.yml (#68)
Allow release workflow to be triggered via webhook, so that follow-up release after main components repo release can be made
1 parent e8a4d70 commit 2466ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
name: Release
44

55
on:
6+
repository_dispatch:
7+
types: [run-release]
68
push:
79
branches:
810
- main

0 commit comments

Comments
 (0)