fix paths for ci actions

This commit is contained in:
Ruben Fiszel
2022-06-25 03:35:44 +02:00
parent 4cfd86d1d0
commit c6bfd74ed3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- "community/*"
- "community/**"
jobs:
deploy:
+2 -2
View File
@@ -7,8 +7,8 @@ on:
push:
branches: [main]
paths:
- "python-client/*W"
- "lsp/*"
- "python-client/**"
- "lsp/**"
tags:
- "*"
jobs: