Skip to content

Commit

Permalink
- added nimplex's nimble file (specifying dependencies) to the te…
Browse files Browse the repository at this point in the history
…sting workflow triggers
  • Loading branch information
amkrajewski committed Dec 26, 2024
1 parent 4f889fb commit 38d94aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testingOnPush_Apple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'tests/**'
- 'nimplex.nim'
- 'nimplex.nimble'
- '.github/workflows/testingOnPush_Apple.yaml'
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testingOnPush_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'tests/**'
- 'nimplex.nim'
- 'nimplex.nimble'
- '.github/workflows/testingOnPush_Linux.yaml'
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testingOnPush_Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'tests/**'
- 'nimplex.nim'
- 'nimplex.nimble'
- '.github/workflows/testingOnPush_Windows.yaml'
workflow_dispatch:

Expand Down

0 comments on commit 38d94aa

Please sign in to comment.