add new trigger for release workflow

The change to a multi crate cargo workspace makes `cargo release` behave differently. Now it prefixes the release tags (e.g. `v0.2.0`) with the package name, so for example `rosenpass-v0.2.0`. This change adds the
This commit is contained in:
wucke13
2023-11-18 22:43:47 +01:00
parent 3901e668cb
commit ab085998bb

View File

@@ -5,6 +5,7 @@ on:
push:
tags:
- v*
- rosenpass-v*
jobs:
i686-linux---release:
name: Build release artifacts for i686-linux