forked from mirrors/thatmattlove-hyperglass
ci: add github actions to action paths
This commit is contained in:
parent
00c9c810d7
commit
11c94d5713
2 changed files with 2 additions and 0 deletions
1
.github/workflows/backend.yml
vendored
1
.github/workflows/backend.yml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- hyperglass/**
|
- hyperglass/**
|
||||||
|
- .github/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
1
.github/workflows/frontend.yml
vendored
1
.github/workflows/frontend.yml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- hyperglass/ui/**
|
- hyperglass/ui/**
|
||||||
|
- .github/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue