ci: allow manual triggers of flakehub publish

This commit is contained in:
Ivan Petkov 2023-08-22 17:23:49 -07:00
parent 6513bc64ee
commit fd51c85af2
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -1,4 +1,6 @@
name: flakehub publish
on:
workflow_dispatch: # for allowing manual triggers of the workflow
push:
tags:
- "v*.*.*"