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
|
name: Frontend Testing
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
paths:
|
||||||
|
- hyperglass/ui/**
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
frontend:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue