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
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths:
|
||||
- hyperglass/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
backend:
|
||||
|
Reference in New Issue
Block a user