Make CI run on branch or tag push

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello 2024-08-05 22:15:59 +03:00
parent 4844607750
commit b132d6af16

View file

@ -2,7 +2,8 @@ name: Trunk / release build
on:
push:
branch: develop
branches:
- develop
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'