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:
|
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 }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user