Skip to content

Commit 8eacb33

Browse files
committed
Add workflow dispatch option to manually trigger builds
1 parent 92f6199 commit 8eacb33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: [ master, future ]
1010
pull_request:
11-
11+
workflow_dispatch:
1212

1313
jobs:
1414
# Run tests on different versions of python

0 commit comments

Comments
 (0)