Refactor CI workflow triggers to specify paths for push and pull request events

This commit is contained in:
Marco Pedone 2025-08-04 19:18:15 +02:00
parent d841d845fd
commit 754d6c6d7b

View file

@ -1,6 +1,15 @@
name: CI
on: [push, pull_request]
on:
push:
paths:
- ".github/workflows/ci.yml"
- "apps/infoalloggi/**"
pull_request:
paths:
- ".github/workflows/ci.yml"
- "apps/infoalloggi/**"
env:
INTERNAL_BASE_URL: "http://web:3000"