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