only run frontend tests when necessary

This commit is contained in:
thatmattlove 2024-03-02 00:05:44 -05:00
parent 8ff13799b2
commit 825961a0eb

View file

@ -1,7 +1,9 @@
name: Frontend Testing
on:
- push
- pull_request
push:
paths:
- hyperglass/ui/**
pull_request:
jobs:
frontend: