Skip to content

Commit 38d94aa

Browse files
committed
- added nimplex's nimble file (specifying dependencies) to the testing workflow triggers
1 parent 4f889fb commit 38d94aa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/testingOnPush_Apple.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'tests/**'
77
- 'nimplex.nim'
8+
- 'nimplex.nimble'
89
- '.github/workflows/testingOnPush_Apple.yaml'
910
workflow_dispatch:
1011

.github/workflows/testingOnPush_Linux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'tests/**'
77
- 'nimplex.nim'
8+
- 'nimplex.nimble'
89
- '.github/workflows/testingOnPush_Linux.yaml'
910
workflow_dispatch:
1011

.github/workflows/testingOnPush_Windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'tests/**'
77
- 'nimplex.nim'
8+
- 'nimplex.nimble'
89
- '.github/workflows/testingOnPush_Windows.yaml'
910
workflow_dispatch:
1011

0 commit comments

Comments
 (0)