Skip to content

Commit e0d66a2

Browse files
committed
show workflow in gh ui
1 parent 169856e commit e0d66a2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/post_review_gh.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
name: post review
44
on:
5-
workflow_run:
6-
workflows: [Spellcheck]
7-
types:
8-
- completed
5+
# workflow_run:
6+
# workflows: [Spellcheck]
7+
# types:
8+
# - completed
9+
pull_request:
10+
branches:
11+
- "**"
912

1013
jobs:
1114
post_review:

0 commit comments

Comments
 (0)