Add readme to ignored path in CI

It is not necessary to launch a git workflow when modifying the README

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-06-29 17:47:51 +02:00
parent 0b108e35a8
commit c7d6bb91b7

View File

@ -4,9 +4,13 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
paths-ignore:
- '**/README.md'
pull_request: pull_request:
branches: branches:
- '*' - '*'
paths-ignore:
- '**/README.md'
jobs: jobs:
base: base: