ttscience / unbiased

API for clinical trial randomization
https://ttscience.github.io/unbiased/
Other
9 stars 1 forks source link

Change documentation workflow trigger to exclude tags #96

Open lwalejko opened 5 months ago

lwalejko commented 5 months ago

The current documentation workflow is configured to run on both branch updates and new tag creations. However, this setup leads to issues because the workflow includes a push operation to the upstream repository, which isn’t possible with tags. To resolve this, we need to adjust the workflow triggers so that it only activates on branch pushes.