fix: use correct path definition in github actions files
This commit is contained in:
parent
c8e8655b4f
commit
f497802834
2
.github/workflows/dashboard.yml
vendored
2
.github/workflows/dashboard.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'dashboard/'
|
||||
- 'dashboard/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
4
.github/workflows/gateway.yml
vendored
4
.github/workflows/gateway.yml
vendored
@ -4,8 +4,8 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'gateway/'
|
||||
- 'proto/'
|
||||
- 'gateway/**'
|
||||
- 'proto/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user