cloudsmith-io / action

Github Action that uses the cloudsmith cli to interact with the Cloudsmith API (pushes, etc)
https://github.com/marketplace/actions/cloudsmith-push
MIT License
14 stars 12 forks source link

Only run package push from master #14

Closed apoclyps closed 3 years ago

apoclyps commented 3 years ago

What's Changed

Outside contributors to this repository are unable to run push for packages as they do not have the API_KEY necessary for pushing the package to a repository. This PR ensures pushes for packages to a Cloudsmith repository only happen from master.

unblocks merging #13

apoclyps commented 3 years ago

Included in #13