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:
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:
|
||||||
|
Reference in New Issue
Block a user