MaibornWolff / ProjectCanvas

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Remove automatic run from the release CI and leave it to workflow dispatch #130

Closed maximilianruesch closed 6 months ago

maximilianruesch commented 7 months ago

We do not want the release CI to run every time we push something on main. This PR just removes the triggers to run the CI on the main branch and instead just leaves the "workflow_dispatch" option, so you manually dispatch the action to release the version you want to release.