Skip to content

Commit a9aece2

Browse files
committed
fix(pages): 🐛 final fix
1 parent a85eecf commit a9aece2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

33
on:
4-
pull_request_review:
5-
types: [submitted,edited]
4+
pull_request:
5+
types: [ready_for_review, review_requested]
66

77
# This workflow will build your tauri app without uploading it anywhere.
88

0 commit comments

Comments
 (0)