.github/workflows/ci.yml: Enhance CI run conditions

The current setup would end up running CI double when creating
pull requests from branches in the base repo. This commit filters
out pull requests which occur in the base repo by assuming that
branches from forked repos have colons in their names.
1 file changed