CI only on tag on master
Frontend docker image / release-image (push) Has been cancelled Details
Backend docker image / release-image (push) Has been cancelled Details

This commit is contained in:
Brieuc Dubois 2024-01-10 00:00:36 +01:00
parent bdbab07f16
commit 2c6182ad7c
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: Backend docker image
run-name: ${{ gitea.actor }} is runs ci pipeline
on:
push:
branches:
- master
tags:
- "v*"

View File

@ -2,6 +2,8 @@ name: Frontend docker image
run-name: ${{ gitea.actor }} is runs ci pipeline
on:
push:
branches:
- master
tags:
- "v*"