From 73785592aa3a1ec27cc82de4a1ab653b80da54c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 4 Sep 2019 11:09:27 +0200 Subject: [PATCH] Trigger full Taskcluster runs --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 1a162ed740285cc..409093b3b1de3b4 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -11,7 +11,7 @@ tasks: $map: $flatten: $match: { - event.ref == "refs/heads/master": [{name: firefox, channel: nightly}, {name: chrome, channel: dev}], + event.ref == "refs/heads/foolip/trigger-taskcluster": [{name: firefox, channel: nightly}, {name: chrome, channel: dev}], event.ref == "refs/heads/epochs/daily": [{name: firefox, channel: stable}, {name: chrome, channel: stable}], event.ref == "refs/heads/epochs/weekly": [{name: firefox, channel: beta}, {name: chrome, channel: beta}] }