mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-19 05:26:31 +00:00
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:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "**.ts"
|
||||||
|
- "**.vue"
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "**.ts"
|
||||||
|
- "**.vue"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Frontend:
|
Frontend:
|
||||||
|
|
Loading…
Reference in a new issue