Skip to content

Commit b8655d5

Browse files
committed
Revert "Do not run on PRs"
This reverts commit fda556a.
1 parent feab2d4 commit b8655d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wheels-pytorch.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: PyTorch wheels
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- main
8+
paths:
9+
- .github/workflows/wheels-pytorch.yml
10+
- .github/pins/pytorch.txt
511
push:
612
branches:
713
- main

0 commit comments

Comments
 (0)