Skip to content

Commit fe4cd6c

Browse files
committed
DEV workflow tweaks to not run when they contain changes to non source files
1 parent e0e3330 commit fe4cd6c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI-PR.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- dev
7+
paths:
8+
- 'sample/**'
9+
- 'src/**'
710
paths-ignore:
811
- 'docs/**'
912

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- dev
7+
paths:
8+
- 'sample/**'
9+
- 'src/**'
710
paths-ignore:
811
- 'docs/**'
912

0 commit comments

Comments
 (0)