cozy / cozy-pass-web

The desktop vault (Windows, macOS, & Linux).
https://bitwarden.com
GNU General Public License v3.0
3 stars 4 forks source link

fix: Make the CI target release branches #112

Closed Ldoppea closed 1 year ago

Ldoppea commented 1 year ago

We encountered a bug that prevents travis to trigger builds on tags

This makes the release builds impossible

To fix that we change the branches rules to target release/x.y.z branches instead of x.y.z tags

With this edit, we should be able to trigger release builds on tags if they are based on a release/x.y.z branch