Skip to content

Commit

Permalink
fix usage for paths-filter in merge_group
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jun 6, 2023
1 parent 342e4ca commit 05b97dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
if: ${{ inputs.rust == 'stable' && inputs.python-version != 'pypy-3.7' && inputs.python-version != 'pypy-3.8' }}
id: ffi-changes
with:
base: ${{ github.event.pull_request.base.ref || github.event.merge_group.base_ref }}
ref: ${{ github.event.pull_request.head.ref || github.event.merge_group.head_ref }}
filters: |
changed:
- 'pyo3-ffi/**'
Expand Down

0 comments on commit 05b97dd

Please sign in to comment.