Github actions - execute on tags

This commit is contained in:
Jindra Petřík
2022-10-30 21:29:04 +01:00
parent 65716b33c9
commit ce787459e2

View File

@@ -2,6 +2,8 @@ name: Build and deploy JPEXS FFDec
on:
push:
tags:
- version*
branches:
- dev
- master