Fixed pipeline condition

This commit is contained in:
Administrator 2022-04-05 08:45:30 +02:00
parent d63a39b852
commit 69075e590e

View File

@ -80,8 +80,8 @@ pipeline:
- cd /root/docker/aktienbot
- docker-compose pull
- docker-compose -p "aktienbot" up -d
when:
path: [ "frontend/**", "telegram_bot/**", "api/**" ]
event: push
when:
path: [ "frontend/**", "telegram_bot/**", "api/**" ]
event: push
branches: main