Skip to content

Commit

Permalink
ci: Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Oct 12, 2024
1 parent 76a3098 commit ad1fdf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: filter
with:
filters: |
jsChanged: '**/src/**.js'
jsChanged: '**/src/**/*.js'
compressed_size:
name: Compressed Size
Expand Down
1 change: 0 additions & 1 deletion src/diff/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ export function diff(
options._catchError(e, newVNode, oldVNode);
}
} else if (
// test
excessDomChildren == null &&
newVNode._original === oldVNode._original
) {
Expand Down

0 comments on commit ad1fdf5

Please sign in to comment.