Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0risc committed Sep 25, 2024
1 parent 4c19f43 commit 11eac7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/require-pr-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
permissions:
pull-requests: read
steps:
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
src:
- 'Formula/**'
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
src:
- 'Formula/**'
# unclear why `github.event_name == 'pull_request'` is required but it is
- run: exit 0
Expand Down

0 comments on commit 11eac7f

Please sign in to comment.