Skip to content

Commit

Permalink
Allow CD tags to match v0.* and v1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Morris committed Nov 10, 2021
1 parent aaf503d commit 9bcbcd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
tags:
- v0.*
- v1.*

jobs:
Expand Down

0 comments on commit 9bcbcd2

Please sign in to comment.