Filter paths

Matches only the main 'readme' file
This commit is contained in:
José De Freitas 2021-02-06 16:17:06 -05:00 committed by GitHub
parent 0ae7587cd8
commit 3a62510f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,10 @@ name: lint
on:
push:
branches: [ main ]
paths: 'readme.md'
pull_request:
branches: [ main ]
paths: 'readme.md'
workflow_dispatch: