Add tags-ignore configuration for push events in CI workflow

This commit is contained in:
Marco Pedone 2025-08-04 19:49:49 +02:00
parent 61e1d3246d
commit e6d0718ba2

View file

@ -3,6 +3,8 @@ name: CI
on:
push:
tags-ignore:
- "**"
paths:
- ".github/workflows/ci.yml"
- "apps/infoalloggi/**"