Skip to content

Commit e697f54

Browse files
committed
enabled manual dispatch
1 parent 233ba4c commit e697f54

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pull_request_tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Pytests
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)