InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 17 forks source link

BUG: Prevent duplicate builds on pull request, push #162

Closed thewtex closed 3 months ago

thewtex commented 3 months ago

When a branch is pushed to the same repository, i.e. not a fork, and a pull request is made, duplicate builds will be generated for both the pull request and push. Instead, only generate builds for pull requests against main and pushes to main.