From d102a8e4058c786dcfcde75db2d19fe75ed947a7 Mon Sep 17 00:00:00 2001 From: Digant Desai Date: Mon, 8 Sep 2025 06:50:12 -0500 Subject: [PATCH] CI: Enable trunk jobs on PRs on main/release This is a temporary change to ensure stability for the main branch before 1.0 cut. This will be reverted next week. --- .github/workflows/trunk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 251bb238f1b..0d7322f2440 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -11,6 +11,9 @@ on: paths: - .ci/docker/ci_commit_pins/pytorch.txt - .ci/scripts/** + branches: + - main + - release/* workflow_dispatch: concurrency: