forked from mirrors/thatmattlove-hyperglass
only run backend actions when project files change
This commit is contained in:
parent
2c6ae24b42
commit
ec5c0362e3
1 changed files with 4 additions and 2 deletions
6
.github/workflows/backend.yml
vendored
6
.github/workflows/backend.yml
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
name: Backend Testing
|
name: Backend Testing
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
paths:
|
||||||
|
- hyperglass/**
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
backend:
|
backend:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue