Skip to content

Commit

Permalink
- typo in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Jan 16, 2024
1 parent 607d920 commit c137974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testingOnPush_Apple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (MaxOS) Grid, Graph, and CLI Tests

on:
push:
- paths:
paths:
- 'tests/**'
- 'nimplex.nim'
- '.github/workflows/testingOnPush_Apple.yaml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testingOnPush_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (Linux) Grid, Graph, and CLI Tests

on:
push:
- paths:
paths:
- 'tests/**'
- 'nimplex.nim'
- '.github/workflows/testingOnPush_Linux.yaml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testingOnPush_Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (Windows) Grid, Graph, and CLI Tests

on:
push:
- paths:
paths:
- 'tests/**'
- 'nimplex.nim'
- '.github/workflows/testingOnPush_Windows.yaml'
Expand Down

0 comments on commit c137974

Please sign in to comment.