diff --git a/.taskcluster.yml b/.taskcluster.yml index 1e8926bc1..ccfb9cee9 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -6,7 +6,8 @@ policy: tasks: - $if: > (tasks_for == "github-pull-request" && event.action in ["opened", "reopened", "synchronize"]) - || (tasks_for in ["github-push", "action", "cron"]) + || (tasks_for in ["action", "cron"]) + || (tasks_for == "github-push" && event.ref in ["refs/heads/main", "refs/heads/production", "refs/heads/dev"]) then: $let: trustDomain: releng