mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
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