Skip to content

Commit

Permalink
webui ci should be run at dev too
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaojianli committed Jan 20, 2025
1 parent d857d22 commit 124e57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: WebUI Build

on:
push:
branches: ["master"]
branches: ["master","dev"]
paths:
- "webui/**"
pull_request:
branches: ["master"]
branches: ["master","dev"]
paths:
- "webui/**"

Expand Down

0 comments on commit 124e57b

Please sign in to comment.