Skip to content

Commit

Permalink
[5.x] Fix github workflow for changes in JS tests (#10677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite authored Aug 21, 2024
1 parent 8004b19 commit 46894b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
uses: tj-actions/changed-files@v44
with:
files: |
**.{js,vue,ts}
**/*.{js,vue,ts}
package.json
.github/workflows/tests.yml
Expand Down

0 comments on commit 46894b9

Please sign in to comment.