Also run Taskcluster tasks when pushing to master

I forgot to include this in https://github.com/servo/servo/pull/22381
This commit is contained in:
Simon Sapin 2018-12-12 18:29:14 +01:00
parent a86c23cdca
commit 558799cc0f

View file

@ -6,7 +6,7 @@ tasks:
- $if: 'tasks_for == "github-push"'
then:
$if: >-
event.ref in ["refs/heads/auto", "refs/heads/try"] ||
event.ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/master"] ||
event.ref[:15] == "refs/heads/try-"
then: