Skip to content

Commit a85eecf

Browse files
committed
fix(actions): 🐛 add typos of pull requests
1 parent 923ae24 commit a85eecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-build-only.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "test-on-pr"
22

3-
on: [pull_request_review]
3+
on:
4+
pull_request_review:
5+
types: [submitted,edited]
46

57
# This workflow will build your tauri app without uploading it anywhere.
68

0 commit comments

Comments
 (0)