do deploy only on push in master

This commit is contained in:
Silver Ghost 2022-11-16 10:23:44 +03:00
parent 990ac8b733
commit d2260f2bb0
No known key found for this signature in database

View File

@ -21,6 +21,7 @@ steps:
volumes:
- name: cache
path: /root/.cache/pip
trigger:
branch:
- master
@ -92,6 +93,9 @@ steps:
trigger:
branch:
- master
event:
include:
- push
depends_on:
- Build