Skip CI when modifying only README or CHANGELOG

This commit is contained in:
Michal Dorner 2021-02-20 11:30:21 +01:00
parent febe8330ca
commit a339507743
No known key found for this signature in database
GPG Key ID: 9EEE04B48DA36786
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: "Build"
on:
push:
paths-ignore: [ '*.md' ]
branches:
- master

View File

@ -1,6 +1,7 @@
name: "Pull Request Verification"
on:
pull_request:
paths-ignore: [ '*.md' ]
branches:
- master
- develop