forked from mirrors/thatmattlove-hyperglass
only run frontend tests when necessary
This commit is contained in:
parent
8ff13799b2
commit
825961a0eb
1 changed files with 4 additions and 2 deletions
6
.github/workflows/frontend.yml
vendored
6
.github/workflows/frontend.yml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
name: Frontend Testing
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths:
|
||||
- hyperglass/ui/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
frontend:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue