mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 12:10:48 +02:00
84d27741d5
The draft guard skips the job on draft PRs, but the pull_request trigger used the default types (no ready_for_review), so marking a draft ready did not re-run the job and it stayed skipped. Add the standard types, matching the other workflows, so it re-runs when the PR becomes ready.