Skip to content

Add support for GitHub Actions ci workflow on PRs #15

@victorpopkov

Description

@victorpopkov

Problem

Similar to dstmodders/docker-imagemagick#23:

Currently, CI workflow is not enabled for PRs. It would be nice to have that enabled for both main and develop branches.

Proposed solution

Adding this to .github/workflows/ci.yml should be enough:

on:
  pull_request:
    branches:
      - develop
      - main

Progress

  • Include on.pull_request.branches with develop and main within .github/workflows/ci.yml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions