Add repository_dispatch trigger for mirror update (#18)

This commit is contained in:
Paul Barrett 2023-01-16 10:24:33 -06:00 committed by GitHub
parent 03f230aa49
commit 37d0b1fbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ on:
schedule:
- cron: "0 */4 * * *"
workflow_dispatch:
repository_dispatch:
types: [pypi_release]
jobs:
build: