add scope

This commit is contained in:
Hayden 2022-09-03 01:36:48 -08:00
parent 67c6297e8c
commit 39d8ff03f8

View file

@ -1,6 +1,14 @@
on:
- push
- pull_request
push:
branches: [main]
paths:
- "**.ts"
- "**.vue"
pull_request:
branches: [main]
paths:
- "**.ts"
- "**.vue"
jobs:
Frontend: