Files
openRuyi/.github
Vivian Wang 122f910a1d .github: workflows: Remove pull_request types filter
The default types is [opened, synchronize, reopened]. Having reopened
for pull_request means that closing and reopening a PR would retrigger
all these workflows, and most importantly, on the newest base branch.

This fixes the issue where you have to rebase a pull request to
retrigger CI with newest workflows. Now you just reopen it.

See https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#pull_request

Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
2026-04-14 14:38:29 +08:00
..