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 15, 2021
1 parent d4b9c74 commit 3751408
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/**'
- 'tests/**'
- 'mac/**'
- '.docker/**'
- '.github/workflows/macos-build.yml'
- '.ci/**'
- 'CMakeLists.txt'
pull_request:
Expand All @@ -23,7 +23,7 @@ on:
- 'python/**'
- 'tests/**'
- 'mac/**'
- '.docker/**'
- '.github/workflows/macos-build.yml'
- '.ci/**'
- 'CMakeLists.txt'

Expand Down

0 comments on commit 3751408

Please sign in to comment.