ci: allow workflow dispatch trigger

This commit is contained in:
Michael Kriese 2024-09-25 08:47:03 +02:00
parent 0d8a42560c
commit 270a25b695
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ on:
- maint/**
tags:
- v*
workflow_dispatch:
permissions:
contents: read

View file

@ -6,6 +6,8 @@ on:
branches:
- 'main'
workflow_dispatch:
jobs:
mirror:
runs-on: docker