Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix paths for macos workflow
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
.github/workflows/macos-build.yml
|
@@ -10,7 +10,7 @@ on: |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'mac/**' |
|
|
- '.docker/**' |
|
|
- '.github/workflows/macos-build.yml' |
|
|
- '.ci/**' |
|
|
- 'CMakeLists.txt' |
|
|
pull_request: |
|
@@ -23,7 +23,7 @@ on: |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'mac/**' |
|
|
- '.docker/**' |
|
|
- '.github/workflows/macos-build.yml' |
|
|
- '.ci/**' |
|
|
- 'CMakeLists.txt' |
|
|
|
|
|