imranariffin / aiotaskq

A simple asynchronous task queue
MIT License
4 stars 1 forks source link

(#26) Ensure publish automatically on origin/main branch #36

Closed imranariffin closed 2 years ago

imranariffin commented 2 years ago

We make sure that we're able to get previous commit (HEAD~1) on Github Action so that we can compare the version from it with that from the current commit (HEAD). This should trigger the steps where we build the package and publish it.