Skip to content

Commit

Permalink
Merge pull request #590 from weslleyspereira/minor-fixes-2
Browse files Browse the repository at this point in the history
Fix typo in makefile.yml
  • Loading branch information
weslleyspereira authored Jun 24, 2021
2 parents 4a92503 + 32b48c0 commit ade9a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- try-github-actions
paths:
- .github/workflows/cmake.yml
- .github/workflows/makefile.yml
- '**Makefile'
- 'BLAS'
- 'CBLAS'
Expand All @@ -19,7 +19,7 @@ on:
- '!**md'
pull_request:
paths:
- .github/workflows/cmake.yml
- .github/workflows/makefile.yml
- '**Makefile'
- 'BLAS'
- 'CBLAS'
Expand Down

0 comments on commit ade9a3b

Please sign in to comment.