Skip to content

Commit 718a7fd

Browse files
Automatically trigger nightly-wheels.yml when pytorch-upstream.txt is modified (#2984)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent d16a1dd commit 718a7fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly-wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: "5 23 * * *"
7+
push:
8+
branches:
9+
- main
10+
paths:
11+
- .github/workflows/nightly-wheels.yml
12+
- .github/pins/pytorch-upstream.txt
713

814
permissions: read-all
915

0 commit comments

Comments
 (0)