ci: allow workflow dispatch trigger
This commit is contained in:
parent
0d8a42560c
commit
270a25b695
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ on:
|
|||
- maint/**
|
||||
tags:
|
||||
- v*
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
@ -6,6 +6,8 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue