Skip to content

Commit 2017de0

Browse files
committed
ci: workflow_dispatch added to pytest and examples workflow.
1 parent 7f8c2ce commit 2017de0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
- develop
88
pull_request:
9+
workflow_dispatch:
910
schedule:
1011
- cron: '0 4 1 * *'
1112

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
- develop
88
pull_request:
9+
workflow_dispatch:
910
schedule:
1011
- cron: '0 4 1 * *'
1112

0 commit comments

Comments
 (0)