SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Modify github action to push RELEASED database to SIMPLE-binary #290

Closed kelle closed 2 years ago

kelle commented 2 years ago

Current github action (gen-db.yml) pushes the latest build of the database. we want to modify that action so it only pushes the latest RELEASED version.

Will-Cooper commented 2 years ago

https://stackoverflow.com/questions/58475748/github-actions-how-to-check-if-current-push-has-new-tag-is-new-release

kelle commented 2 years ago

Should be straightforward to use on: release instead of on: push.

See the docs for on: release here: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release