Skip to content

Commit 339e9fc

Browse files
authored
CI: Enable trunk jobs on PRs on main/release (#14060)
This is a temporary change to ensure stability for the main branch before 1.0 cut. This will be reverted next week.
1 parent 9ffcf4b commit 339e9fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
paths:
1212
- .ci/docker/ci_commit_pins/pytorch.txt
1313
- .ci/scripts/**
14+
branches:
15+
- main
16+
- release/*
1417
workflow_dispatch:
1518

1619
concurrency:

0 commit comments

Comments
 (0)