kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

CI/CD triggers release build on PR's from forks #29

Closed kgress closed 5 years ago

kgress commented 5 years ago

Bug

The current CI/CD config performs the release build when creating PR's from forks.

Expected

We want to run only a testing build with the creation of PR's from forks. Only merges should perform the release.