diff options
-rw-r--r-- | .taskcluster.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml index 3155a98c958..ea33b12034f 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -5,7 +5,9 @@ policy: tasks: - $if: 'tasks_for == "github-push"' then: - $if: 'event.ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/try-taskcluster"]' + $if: >- + event.ref in ["refs/heads/auto", "refs/heads/try"] || + event.ref[:15] == "refs/heads/try-" then: # NOTE: when updating this consider whether the daily hook needs similar changes: |