Fix CI workflow to correctly handle push events for branches and tags

This commit is contained in:
Marco Pedone 2025-08-04 19:52:22 +02:00
parent 329ec88b4c
commit 3f1779bd7d

View file

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