Skip to content

Commit

Permalink
ci: add release candidates to CD
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Feb 2, 2024
1 parent e05a9ea commit 3f8a544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Continuous Deployment (Release)
on:
push:
tags:
# Run on stable releases
- 'v*.*.*'
# Run on release candidates
- 'v*.*.*-rc*'

defaults:
run:
Expand Down

0 comments on commit 3f8a544

Please sign in to comment.