mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
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