Skip to content

Commit

Permalink
ok please
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Aug 17, 2024
1 parent 3aa0568 commit 2b6ac7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
push:
branches: [ main ]
paths:
- ".github/workflows/ci.yml"
- "scripts/**"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/ci.yml"
- "scripts/**"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
;;
esac
diff=$(git diff --name-only --diff-filter=d ${firstCommit}~1 ${lastCommit});
diff=$(git diff --name-only --diff-filter=d "${firstCommit}~1" "${lastCommit}");
echo "diff=$diff" >> $GITHUB_OUTPUT;
echo diff >> .diff;
Expand Down

0 comments on commit 2b6ac7f

Please sign in to comment.