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: pull_request:
branches: branches:
- main - main
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
permissions: permissions:
contents: read contents: read

View File

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

View File

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

View File

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