From 2974180fcf59d615b4a2a4cddd92748756129280 Mon Sep 17 00:00:00 2001 From: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com> Date: Mon, 27 May 2019 16:07:52 +0900 Subject: [PATCH] Automatically start jobs when pushing commits (#15) * automatically start jobs when pushing commits * Change test pipeline --- .yamato/upm-ci-webrtc.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yamato/upm-ci-webrtc.yml b/.yamato/upm-ci-webrtc.yml index d96115e8..4ffd1ad4 100644 --- a/.yamato/upm-ci-webrtc.yml +++ b/.yamato/upm-ci-webrtc.yml @@ -63,6 +63,12 @@ test_{{ platform.name }}_{{ editor.version }}: commands: - npm install upm-ci-utils -g --registry https://api.bintray.com/npm/unity/unity-npm - upm-ci package test -u {{ editor.version }} --package-path Packages/com.unity.webrtc + triggers: + branches: + only: + - "/.*/" + except: + - "master" artifacts: logs.zip: paths: