Skip to content

Commit 6ccafc4

Browse files
committed
(#234) Added repository_dispatch trigger to workflow
1 parent 92d6c24 commit 6ccafc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/snapshot_release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- develop
6+
repository_dispatch:
7+
types:
8+
- snapshot-release
69

710
jobs:
811
test:

0 commit comments

Comments
 (0)