diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a65b41bfd..9228889a9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -629,6 +629,9 @@ verify_test_built_images_task: upload_snap_task: + # Only when PR or branch is merged into master + only_if: $CIRRUS_BRANCH == $DEST_BRANCH + depends_on: - "test_building_snap" |