Skip to content

Commit

Permalink
cd: match tags starting with v
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Jan 29, 2022
1 parent 64082c7 commit 44effef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CD # Continuous Deployment
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[v]?[0-9]+.[0-9]+.[0-9]+'

jobs:
{% if crate_type == "bin" %}
Expand Down

0 comments on commit 44effef

Please sign in to comment.