Skip to content

Commit 0fc7a20

Browse files
authored
Added trigger to the workflow run whenever a PR changes this file
1 parent 1eb555e commit 0fc7a20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/add-unanswered-to-project.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Add Open External Contributor PRs and Issues to PyTorch Org Project 136
22

33
on:
44
workflow_dispatch:
5-
5+
pull_request:
6+
paths:
7+
.github/workflows/add-unanswered-to-project.yml
68
jobs:
79
add_to_project:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)