Skip to content

Commit 8276228

Browse files
committed
Enable tests to be manually triggered (#1325)
* Added manual dispatch to tests * Removed parameters to manual dispatch
1 parent b1a453b commit 8276228

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ on:
1212

1313
# When a push occurs on a PR that targets these branches
1414
pull_request:
15-
branches:
16-
- master
17-
- development
18-
15+
workflow_dispatch:
1916
schedule:
2017
# Every day at 7AM UTC
2118
- cron: '0 07 * * *'

0 commit comments

Comments
 (0)