Ci : run on tag creation

This commit is contained in:
2024-08-01 09:48:45 +02:00
parent 8cb8bdfc5e
commit fadc8cc451
+3 -2
View File
@@ -1,8 +1,9 @@
name: release-tag
on:
release:
types: [published]
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
jobs:
release-image: