Skip to content

Commit f25287f

Browse files
author
Paulo Gomes
authored
Merge pull request #858 from pjbgf/ignore-ci
build: Ignore CI workflows for markdown files
2 parents f15d9c3 + 2ea8896 commit f25287f

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.github/workflows/cifuzz.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
pull_request:
44
branches:
55
- main
6+
paths-ignore:
7+
- 'CHANGELOG.md'
8+
- 'README.md'
9+
- 'MAINTAINERS'
610

711
permissions:
812
contents: read

.github/workflows/e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: e2e
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'CHANGELOG.md'
7+
- 'README.md'
8+
- 'MAINTAINERS'
59
push:
610
branches:
711
- main

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: tests
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'CHANGELOG.md'
7+
- 'README.md'
8+
- 'MAINTAINERS'
9+
510
push:
611
branches:
712
- main

.github/workflows/verify.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: verify
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'CHANGELOG.md'
7+
- 'README.md'
8+
- 'MAINTAINERS'
9+
510
push:
611
branches:
712
- main

0 commit comments

Comments
 (0)