nikosarcevic / CosmOracle

https://share.streamlit.io/nikosarcevic/cosmoracle/main
GNU General Public License v3.0
22 stars 2 forks source link

Modify CI trigger #50

Closed marcobonici closed 2 years ago

marcobonici commented 2 years ago

Actually the CI is triggered only when we push a commit. However, we it should be possible to trigger the CI also when there is a PR. For instance, someone forked our repo and made a PR, which did not trigger the CI. What do you think @lonbar @nikosarcevic ?

lonbar commented 2 years ago

I've modified the CI workflow in bbb5de6, per the GitHub documentation. It should now trigger if we get a pull request. Of course, we won't know for sure until someone submits another pull request :shrug:

marcobonici commented 2 years ago

Thank you, @lonbar ! I'll close the Issue.