Skip to content

Commit

Permalink
make it possible to trigger buils using calver (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'bugfix/releases-tags' into 'main'
* make it possible to trigger buils using calver

See merge request https://gitlab.ci.csc.fi/sds-dev/crypt4gh-gui/-/merge_requests/26

Co-authored-by: Stefan Negru <stefan@blankdots.com>
Merged by Teemu Kataja <tekataja@csc.fi>
  • Loading branch information
teemukataja committed Feb 6, 2024
2 parents cccce37 + 7d6d31b commit 9d3235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*"
- "*.*.*"

permissions:
contents: write
Expand Down

0 comments on commit 9d3235b

Please sign in to comment.