Skip to content

Commit 2196669

Browse files
committed
test
1 parent 1881040 commit 2196669

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/on-pr-review-approve.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
2-
pull_request:
3-
push:
2+
pull_request_target:
3+
# push:
44

55
# pull_request_review:
66
# types: [submitted]

.github/workflows/on-pr-review-submit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
2-
pull_request:
3-
push:
2+
pull_request_target:
3+
# push:
44
# pull_request_review:
55
# types: [submitted]
66

0 commit comments

Comments
 (0)