Skip to content

Commit 5882dc2

Browse files
committed
debug: Updates WebUI workflow trigger
1 parent 57aac56 commit 5882dc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/webui.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: WebUI
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
paths:
66
- "tools/server/webui/**"
7+
branches:
8+
- master
79

810
jobs:
911
check-and-build:

0 commit comments

Comments
 (0)