mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
ci: workflow_dispatch added to pytest and examples workflow.
This commit is contained in:
parent
7f8c2ce33b
commit
2017de0ec7
2 changed files with 2 additions and 0 deletions
1
.github/workflows/examples.yml
vendored
1
.github/workflows/examples.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 4 1 * *'
|
||||
|
||||
|
|
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 4 1 * *'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue