Allowing publish to be triggered manually

This commit is contained in:
Geoff Taylor 2021-10-14 12:58:54 +01:00 committed by GitHub
parent 42a6d07dfb
commit 9ffcf5d206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Publish to Docker and Pypi
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"