commit
44f1564c12
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
|
@ -2,6 +2,8 @@ name: Container Image
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v[0-9]+.[0-9]+.[0-9]+*
|
||||
branches:
|
||||
- dev
|
||||
- feature/server_only
|
||||
|
|
Loading…
Reference in a new issue