Skip to content

Commit 66dc816

Browse files
committed
fix: Workflow trigger
1 parent d2e1794 commit 66dc816

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/webui.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: WebUI
22

3-
# on:
4-
# pull_request_target:
5-
# paths:
6-
# - "tools/server/webui/**"
7-
# branches:
8-
# - master
93
on:
10-
- push
4+
pull_request_target:
5+
paths:
6+
- ".github/workflows/webui.yml"
7+
- "tools/server/webui/**"
8+
119
jobs:
1210
check-and-build:
11+
permissions:
12+
contents: read
13+
1314
runs-on: ubuntu-latest
1415

1516
steps:

0 commit comments

Comments
 (0)