Skip to content

Commit

Permalink
.github: add triggering on versioned tags (celestiaorg#1237)
Browse files Browse the repository at this point in the history
Small update to include running the CI on versioned tags, i.e. any tag
starting with a `v`.

This allows for tagging release candidates manually.
  • Loading branch information
MSevey authored Oct 18, 2022
1 parent d239616 commit ef04315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
# Trigger on version tags
tags:
- "v*"
pull_request:
workflow_dispatch:
# Inputs the workflow accepts.
Expand Down

0 comments on commit ef04315

Please sign in to comment.