Update pipeline
This commit is contained in:
parent
75ea2671d4
commit
7b3624e41f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user