forked from mirrors/homebox
add scope
This commit is contained in:
parent
67c6297e8c
commit
39d8ff03f8
1 changed files with 10 additions and 2 deletions
12
.github/workflows/frontend.yaml
vendored
12
.github/workflows/frontend.yaml
vendored
|
@ -1,6 +1,14 @@
|
|||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "**.ts"
|
||||
- "**.vue"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "**.ts"
|
||||
- "**.vue"
|
||||
|
||||
jobs:
|
||||
Frontend:
|
||||
|
|
Loading…
Reference in a new issue