Skip to content

Commit 6d804da

Browse files
authored
Merge pull request #507 from light-curve/repository_dispatch
Allow triggering of publish workflow with repository_dispatch
2 parents 00fe121 + 2569960 commit 6d804da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
tags:
66
push:
77
pull_request:
8+
repository_dispatch:
89
workflow_dispatch:
910

1011
jobs:

0 commit comments

Comments
 (0)