Skip to content

Commit

Permalink
GitHub Actions: Fix PHP file change detection filter pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Apr 29, 2024
1 parent ea946fd commit e81c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-changes-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 # v44.3.0
with:
files: |
**.{php}
**.php
- name: List all changed files
if: steps.changed-files-php.outputs.any_changed == 'true'
Expand Down

0 comments on commit e81c37a

Please sign in to comment.