Merge pull request #858 from pjbgf/ignore-ci
build: Ignore CI workflows for markdown files
This commit is contained in:
commit
f25287f067
|
|
@ -3,6 +3,10 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'README.md'
|
||||
- 'MAINTAINERS'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ name: e2e
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'README.md'
|
||||
- 'MAINTAINERS'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ name: tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'README.md'
|
||||
- 'MAINTAINERS'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@ name: verify
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'README.md'
|
||||
- 'MAINTAINERS'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in New Issue