1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

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: