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
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- 'dashboard/'
- 'dashboard/**'
jobs:
deploy:
+2 -2
View File
@@ -4,8 +4,8 @@ on:
push:
branches: [main]
paths:
- 'gateway/'
- 'proto/'
- 'gateway/**'
- 'proto/**'
jobs:
deploy: