mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-28 14:15:07 +03:00
Make CI run on branch or tag push
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
4844607750
commit
b132d6af16
1 changed files with 2 additions and 1 deletions
3
.github/workflows/trunk.yml
vendored
3
.github/workflows/trunk.yml
vendored
|
@ -2,7 +2,8 @@ name: Trunk / release build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch: develop
|
branches:
|
||||||
|
- develop
|
||||||
tags:
|
tags:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
- '[0-9]+.[0-9]+.[0-9]+'
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue