Skip to content

Commit 99cffc3

Browse files
committed
ci: update to trigger lint and test on relevant path changes
1 parent 56022d9 commit 99cffc3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/lint.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 'lint'
22

33
on:
44
push:
5+
paths:
6+
- 'examples/**'
7+
- 'pyfpga/**'
8+
- 'tests/**'
59

610
jobs:
711
lint:

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 'test'
22

33
on:
44
push:
5+
paths:
6+
- 'examples/projects/**'
7+
- 'pyfpga/**'
8+
- 'tests/**'
59

610
jobs:
711
test:

0 commit comments

Comments
 (0)