Skip to content

Commit

Permalink
fix paths for macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 9, 2021
1 parent c2b7c0b commit 52e8c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Expand Up @@ -10,7 +10,7 @@ on:
- 'python/**' - 'python/**'
- 'tests/**' - 'tests/**'
- 'mac/**' - 'mac/**'
- '.docker/**' - '.github/workflows/macos-build.yml'
- '.ci/**' - '.ci/**'
- 'CMakeLists.txt' - 'CMakeLists.txt'
pull_request: pull_request:
Expand All @@ -23,7 +23,7 @@ on:
- 'python/**' - 'python/**'
- 'tests/**' - 'tests/**'
- 'mac/**' - 'mac/**'
- '.docker/**' - '.github/workflows/macos-build.yml'
- '.ci/**' - '.ci/**'
- 'CMakeLists.txt' - 'CMakeLists.txt'


Expand Down

0 comments on commit 52e8c5b

Please sign in to comment.