mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
fix(pipeline): launch linters with file changes (#2911)
This commit is contained in:
7
.github/workflows/pull-request.yml
vendored
7
.github/workflows/pull-request.yml
vendored
@@ -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