Update pipeline
This commit is contained in:
@@ -22,7 +22,7 @@ pipeline:
|
||||
dockerfile: api/Dockerfile
|
||||
platforms: linux/amd64
|
||||
when:
|
||||
path: "api/*"
|
||||
path: "api/**"
|
||||
event: push
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ pipeline:
|
||||
dockerfile: telegram_bot/Dockerfile
|
||||
platforms: linux/amd64
|
||||
when:
|
||||
path: "telegram_bot/*"
|
||||
path: "telegram_bot/**"
|
||||
event: push
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ pipeline:
|
||||
dockerfile: frontend/Dockerfile
|
||||
platforms: linux/amd64
|
||||
when:
|
||||
path: "frontend/*"
|
||||
path: "frontend/**"
|
||||
event: push
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user