Skip to content

Commit e96cc67

Browse files
committed
Fix PATH for Windows
1 parent f909097 commit e96cc67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

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

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

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)