Skip to content

Commit ac0ac91

Browse files
committed
chore: Scope git diff to ./binaryen.es5.js
1 parent 99f8494 commit ac0ac91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
- name: Commit binaryen.es5.js
6767
run: |
6868
git add binaryen.es5.js
69-
git diff-index --quiet HEAD || git commit -m 'chore: Rebuild binaryen.es5.js'
69+
git diff-index --quiet HEAD -- ./binaryen.es5.js || git commit -m 'chore: Rebuild binaryen.es5.js'
7070
git push

0 commit comments

Comments
 (0)