Skip to content

Commit ade9a3b

Browse files
Merge pull request #590 from weslleyspereira/minor-fixes-2
Fix typo in makefile.yml
2 parents 4a92503 + 32b48c0 commit ade9a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
- try-github-actions
88
paths:
9-
- .github/workflows/cmake.yml
9+
- .github/workflows/makefile.yml
1010
- '**Makefile'
1111
- 'BLAS'
1212
- 'CBLAS'
@@ -19,7 +19,7 @@ on:
1919
- '!**md'
2020
pull_request:
2121
paths:
22-
- .github/workflows/cmake.yml
22+
- .github/workflows/makefile.yml
2323
- '**Makefile'
2424
- 'BLAS'
2525
- 'CBLAS'

0 commit comments

Comments
 (0)