mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix(pipeline): launch linters with file changes (#2911)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user