fix: use correct path definition in github actions files

This commit is contained in:
spiral 2022-06-05 13:50:52 -04:00
parent c8e8655b4f
commit f497802834
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- 'dashboard/'
- 'dashboard/**'
jobs:
deploy:

View File

@ -4,8 +4,8 @@ on:
push:
branches: [main]
paths:
- 'gateway/'
- 'proto/'
- 'gateway/**'
- 'proto/**'
jobs:
deploy: