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
Problem
Similar to dstmodders/docker-imagemagick#23:
Proposed solution
Adding this to
.github/workflows/ci.ymlshould be enough:Progress
on.pull_request.brancheswithdevelopandmainwithin.github/workflows/ci.yml.