From 98772b16d64f0497f92a155990b2160258eb1ff6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 30 Jun 2018 20:44:32 -0700 Subject: [PATCH] Generalize solana-snap build trigger --- ci/buildkite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index f1e8ac538..d17ed260d 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -28,5 +28,5 @@ steps: timeout_in_minutes: 20 name: "clean agent [public]" - trigger: "solana-snap" - branches: "master" + branches: "!pull/*" async: true