chore(tests): Test only when it's necessary
Pushing documentation, README.md or install.sh should not launch go test
This commit is contained in:
@@ -5,10 +5,18 @@ on:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
paths-ignore:
|
||||
- "doc/**"
|
||||
- "README.md"
|
||||
- "*.sh"
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- "doc/**"
|
||||
- "README.md"
|
||||
- "*.sh"
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
|
Reference in New Issue
Block a user