Merge pull request #858 from pjbgf/ignore-ci

build: Ignore CI workflows for markdown files
This commit is contained in:
Paulo Gomes 2022-08-08 17:43:36 +01:00 committed by GitHub
commit f25287f067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,10 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
permissions:
contents: read

View File

@ -2,6 +2,10 @@ name: e2e
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- main

View File

@ -2,6 +2,11 @@ name: tests
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- main

View File

@ -2,6 +2,11 @@ name: verify
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- main