[前][次][番号順一覧][スレッド一覧]

ruby-changes:55786

From: Takashi <ko1@a...>
Date: Thu, 23 May 2019 01:17:43 +0900 (JST)
Subject: [ruby-changes:55786] Takashi Kokubun: 709756d897 (trunk): azure-pipelines.yml: Use simpler trigger syntax

https://git.ruby-lang.org/ruby.git/commit/?id=709756d897

From 709756d89747bd36664593eda4156a7bf5ad7631 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Wed, 22 May 2019 09:17:26 -0700
Subject: azure-pipelines.yml: Use simpler trigger syntax


diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5e9f377..af03830 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,8 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L1
 pr: none # comment out this line if you need to test this file on PR
 trigger:
-  branches:
-    exclude:
-      - trunk # master (mirror of trunk) runs CI
+  - trunk # master (mirror of trunk) runs CI
 jobs:
 - job: Linux
   pool:
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]