ci: workflow_dispatch added to pytest and examples workflow.

This commit is contained in:
Fabian Joswig 2023-09-15 09:02:08 +02:00
parent 7f8c2ce33b
commit 2017de0ec7
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ on:
- master
- develop
pull_request:
workflow_dispatch:
schedule:
- cron: '0 4 1 * *'

View file

@ -6,6 +6,7 @@ on:
- master
- develop
pull_request:
workflow_dispatch:
schedule:
- cron: '0 4 1 * *'