only run backend actions when project files change

This commit is contained in:
thatmattlove 2024-03-03 00:20:46 -05:00
parent 2c6ae24b42
commit ec5c0362e3

View file

@ -1,7 +1,9 @@
name: Backend Testing
on:
- push
- pull_request
push:
paths:
- hyperglass/**
pull_request:
jobs:
backend: