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:
|
||||
paths:
|
||||
- hyperglass/**
|
||||
- .github/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/frontend.yml
vendored
1
.github/workflows/frontend.yml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- hyperglass/ui/**
|
||||
- .github/**
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue