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 name: Backend Testing
on: on:
- push push:
- pull_request paths:
- hyperglass/**
pull_request:
jobs: jobs:
backend: backend: