Skip to content

Commit

Permalink
only run frontend tests when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Mar 2, 2024
1 parent 8ff1379 commit 825961a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Frontend Testing
on:
- push
- pull_request
push:
paths:
- hyperglass/ui/**
pull_request:

jobs:
frontend:
Expand Down

0 comments on commit 825961a

Please sign in to comment.