Skip to content

Commit 8337ff7

Browse files
committed
cicd: excluded documentation from Actions tests
1 parent ee17103 commit 8337ff7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/mamonsu-tests-dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- dev
7+
paths-ignore:
8+
- 'README.md'
9+
- 'documentation/**'
710
pull_request:
811
branches:
912
- dev
13+
paths-ignore:
14+
- 'README.md'
15+
- 'documentation/**'
1016

1117
jobs:
1218
mamonsu-tests:

.github/workflows/mamonsu-tests-master.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'README.md'
9+
- 'documentation/**'
710
pull_request:
811
branches:
912
- master
13+
paths-ignore:
14+
- 'README.md'
15+
- 'documentation/**'
1016

1117
jobs:
1218
mamonsu-tests:

0 commit comments

Comments
 (0)