mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 14:31:55 +01:00
add scope
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user