fix(pipeline): launch linters with file changes (#2911)

This commit is contained in:
Nacho Rivera
2023-10-06 11:41:58 +02:00
committed by GitHub
parent e610c2514d
commit dec0ee1001

View File

@@ -4,10 +4,15 @@ on:
push:
branches:
- "master"
paths-ignore:
- 'docs/**'
- './README.md'
pull_request:
branches:
- "master"
paths-ignore:
- 'docs/**'
- './README.md'
jobs:
build:
runs-on: ubuntu-latest