You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows/ci.yml: Drop push trigger, add workflow_dispatch
Triggering the workflow on both `push` and `pull_request` leads to
redundant workflow runs despite the concurrency configuration.
Drop the `push` trigger to prevent this while still triggering workflows
on all pull requests (including forks).
Add the `workflow_dispatch` trigger as alternative for branches in the
main repository without an open PR. The downside is that this trigger is
manual.
0 commit comments