Trigger additional tags on release and manual (#6)

This commit is contained in:
Franck Nijhof
2021-01-13 13:49:49 +01:00
committed by GitHub
parent 3886ae8f53
commit db45c16e1e
+4
View File
@@ -6,6 +6,10 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
release:
types:
- published
workflow_dispatch:
jobs:
additional-tags: