Commit d5a939b
Remove paths filter to allow mandatory check
The paths filter prevented the workflow from running on non-proposal PRs.
When the check is configured as mandatory in branch protection, GitHub
blocks merges if the check hasn't run.
Removing the filter allows the check to run on all PRs and pass cleanly
when there are no proposal files, making it safe to require.
Addresses feedback from robobario in PR kroxylicious#104.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 1952bbb commit d5a939b
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments