chore(tests): Test only when it's necessary
All checks were successful
Go-Tests / tests (push) Successful in 2m39s
Go-Tests / sonar (push) Successful in 51s

Pushing documentation, README.md or install.sh should not launch go test
This commit is contained in:
2025-09-15 13:31:31 +02:00
parent debe43ce34
commit e3cad1e561

View File

@@ -5,10 +5,18 @@ on:
types: types:
- opened - opened
- edited - edited
paths-ignore:
- "doc/**"
- "README.md"
- "*.sh"
push: push:
branches: branches:
- "master" - "master"
- "main" - "main"
paths-ignore:
- "doc/**"
- "README.md"
- "*.sh"
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}