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
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths:
|
||||
- hyperglass/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
backend:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue