Skip to content

Commit c0695bd

Browse files
committed
Fix Registrator comment trigger to work on commits, not issues/PRs
1 parent d5aed15 commit c0695bd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/Registrator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
- "main"
88
paths:
99
- "Project.toml"
10-
issue_comment:
11-
types:
12-
- "created"
10+
commit_comment:
1311
permissions:
1412
contents: "write"
1513
pull-requests: "write"

0 commit comments

Comments
 (0)