Skip to content

Don't run image building in PR's branches #60

@yelizariev

Description

@yelizariev

In private repositories pull requests should not be forked. That is a developer creates a temporary branch for this. Such a branch doesn't need own docker images. So, we need to disable the workflow for such cases.

On the other hand, there is a case when new temporary branch is created to send PRs there. In that case we need the docker images.

So, the specification could be as following:

make images only for main branches (10.0, 11.0, etc.) and development branches (10.0-dev-<some-name>, 11.0-dev-<another-name>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions