🔧 chore(workflows): rimuovi workflow release non più necessario

- elimina il file release.yml perché non più utilizzato nel flusso di lavoro

🔧 chore(ci): aggiorna trigger workflow CI
- aggiungi supporto per pull request su main
- ignora file markdown e cartella docs nei trigger
- migliora gestione delle branch monitorate
This commit is contained in:
LucaZanni
2026-03-26 14:58:27 +01:00
parent b864af4bb2
commit b184b503c3
2 changed files with 8 additions and 88 deletions
+8 -2
View File
@@ -8,9 +8,15 @@ name: CI
on:
push:
branches-ignore:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches:
- main
jobs:
quality-gates:
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/quality-gates.yml@v1