Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 6, 2024
1 parent 68deea0 commit 7543e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filter-paths/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function run() {
)) {
files = [...files, ...parse_data(response.data)];
}
} else if (context.eventName === "push") {
} else if (context.eventName === "push" || context.eventName === "workflow_dispatch") {
const response = await octokit.rest.repos.getCommit({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 7543e7b

Please sign in to comment.