Skip to content

Commit 6e69509

Browse files
authored
[HOTFIX] Added pr reopening trigger
1 parent ab1c24d commit 6e69509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Python Tests
33
on:
44
pull_request:
55
branches: [ master ]
6-
types: [ opened ]
6+
types: [ opened, reopened ]
77

88
workflow_dispatch:
99

0 commit comments

Comments
 (0)