Not sure if this is the right repo to open this issue.
Description of the bug
When using the beta github hook for eas updates in a monorepo, if I push multiple commits at once to a branch and the last doesn't change files inside the expo app folder, the hook does not trigger.
To Reproduce
Activate the hook.

Commit multiple times locally, changing the app but not in the last commit.

Push to github.

Expected behavior
The hook runs, an update is published in the branch channel.
Actual behavior

Additional context
I'm not 100% sure about how to repro but I'll update if I find out more.
If I push a commit that does have changes in the expo folder, the updates hook triggers as expected.
Not sure if this is the right repo to open this issue.
Description of the bug
When using the beta github hook for eas updates in a monorepo, if I push multiple commits at once to a branch and the last doesn't change files inside the expo app folder, the hook does not trigger.
To Reproduce
Activate the hook.

Commit multiple times locally, changing the app but not in the last commit.

Push to github.

Expected behavior
The hook runs, an update is published in the branch channel.
Actual behavior
Additional context
I'm not 100% sure about how to repro but I'll update if I find out more.
If I push a commit that does have changes in the expo folder, the updates hook triggers as expected.