Skip to content

Commit 7b433c1

Browse files
committed
cicd: excluded packaging/conf from workflow
1 parent 36fac7f commit 7b433c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'README.md'
99
- 'documentation/**'
1010
- 'examples/**'
11+
- 'packaging/conf/**'
1112
pull_request:
1213
branches:
1314
- dev

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'README.md'
99
- 'documentation/**'
1010
- 'examples/**'
11+
- 'packaging/conf/**'
1112
pull_request:
1213
branches:
1314
- master

0 commit comments

Comments
 (0)